From 17b97d758b3ad1ccb19a609a08dc2c507ff54182 Mon Sep 17 00:00:00 2001 From: Simon Planinschek Date: Thu, 1 Oct 2020 13:17:22 +0200 Subject: [PATCH] Add dynamic version badge with link to npm package to the readme --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index b02d3eb..1d62e16 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,8 @@ Pagination ========== +[![npm version](https://badge.fury.io/js/%40aboutbits%2Fpagination.svg)](https://badge.fury.io/js/%40aboutbits%2Fpagination) + This pagacke includes a pagination calculation, where you can simply pass some basic information to the calcualtion function, and in return you receive an object with all relevant pagination information. ## Table of content