Skip to content

Commit

Permalink
Docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Gurban committed Jun 19, 2016
1 parent 8879b7f commit 6a91ae7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Responsive Bootstrap Toolkit provides an easy way of breakpoint detection in JavaScript, detecting changes in currently active breakpoint, as well as executing any breakpoint-specific JavaScript code. Despite the name, you can use it also with Foundation, or any other framework.

Current version: **2.5.1**
Current version: **2.6.0**

### Documentation
* [Installation](#installation)
Expand All @@ -19,9 +19,15 @@ Current version: **2.5.1**
* [Dependencies](#dependencies)

### Installation

Using Bower:
````
bower install responsive-toolkit
````
Using NPM:
````
npm install responsive-toolkit
````

### Demo

Expand Down

0 comments on commit 6a91ae7

Please sign in to comment.