Skip to content

Commit

Permalink
Updating documentation with new fancy banner.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmariuzzo committed Sep 11, 2017
1 parent 4a4b8f1 commit d53531c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,29 @@
# checkboxes.js – v.1.2.0

> A jQuery plugin that gives you nice powers over your checkboxes. http://rmariuzzo.github.io/checkboxes.js
![checkboxes.js – A jQuery plugin that gives you nice powers over your checkboxes](banner.png)

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

## Installation

#### With bower:
**With NPM:**

```shell
bower install checkboxes --save
npm install checkboxes.js --save
```

#### With NPM:
**With bower:**

```shell
npm install checkboxes.js --save
bower install checkboxes --save
```

#### Without bower:
**Manually:**

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

### Features
## Features

* **Check all** checkboxes in context.
* **Uncheck all** checkboxes in context.
Expand All @@ -44,7 +42,7 @@ npm install checkboxes.js --save

## Want to contribute?

> All help are more than welcome!
All help are more than welcome!

#### Pre-requisites

Expand Down
Binary file added banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d53531c

Please sign in to comment.