From c49ee5cec4e39c375bc93ca3f3a81e8872301332 Mon Sep 17 00:00:00 2001 From: "leon.shi" Date: Sun, 6 Dec 2015 17:29:12 +0800 Subject: [PATCH] update readme --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7eff0b7..e7765eb 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,18 @@ > A jQuery plugin to provide simple yet fully customisable pagination. +[![Bower version][bower-image]][bower-url] + +[bower-url]:http://badge.fury.io/bo/paginationjs +[bower-image]: https://badge.fury.io/bo/paginationjs.svg + paginationjs -# [Documentation](docs/en.md) - [中文文档](docs/cn.md) +See demos and full documentation at [Documentation](http://paginationjs.com/docs/index.html) + +# Installation / Download + +`bower install paginationjs` or just download [pagination.js](dist/pagination.js) from the git repo. # Usage: -- GitLab