Skip to content

Commit d53531c

Browse files
committed
Updating documentation with new fancy banner.
1 parent 4a4b8f1 commit d53531c

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,29 @@
1-
# checkboxes.js – v.1.2.0
2-
3-
> A jQuery plugin that gives you nice powers over your checkboxes. http://rmariuzzo.github.io/checkboxes.js
1+
![checkboxes.js – A jQuery plugin that gives you nice powers over your checkboxes](banner.png)
42

53
[![Build Status](https://travis-ci.org/rmariuzzo/checkboxes.js.svg?branch=develop)](https://travis-ci.org/rmariuzzo/checkboxes.js)
64
[![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/)
75
[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/rmariuzzo/checkboxes.js)
86

97
## Installation
108

11-
#### With bower:
9+
**With NPM:**
1210

1311
```shell
14-
bower install checkboxes --save
12+
npm install checkboxes.js --save
1513
```
1614

17-
#### With NPM:
15+
**With bower:**
1816

1917
```shell
20-
npm install checkboxes.js --save
18+
bower install checkboxes --save
2119
```
2220

23-
#### Without bower:
21+
**Manually:**
2422

2523
1. [Download the latest release](https://github.com/rmariuzzo/checkboxes.js/releases).
2624
2. Then include `jquery.checkboxes-###.min.js` just after jQuery.
2725

28-
### Features
26+
## Features
2927

3028
* **Check all** checkboxes in context.
3129
* **Uncheck all** checkboxes in context.
@@ -44,7 +42,7 @@ npm install checkboxes.js --save
4442

4543
## Want to contribute?
4644

47-
> All help are more than welcome!
45+
All help are more than welcome!
4846

4947
#### Pre-requisites
5048

banner.png

72.6 KB
Loading

0 commit comments

Comments
 (0)