Skip to content

Commit 6a91ae7

Browse files
author
Maciej Gurban
committed
Docs update
1 parent 8879b7f commit 6a91ae7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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.
44

5-
Current version: **2.5.1**
5+
Current version: **2.6.0**
66

77
### Documentation
88
* [Installation](#installation)
@@ -19,9 +19,15 @@ Current version: **2.5.1**
1919
* [Dependencies](#dependencies)
2020

2121
### Installation
22+
23+
Using Bower:
2224
````
2325
bower install responsive-toolkit
2426
````
27+
Using NPM:
28+
````
29+
npm install responsive-toolkit
30+
````
2531

2632
### Demo
2733

0 commit comments

Comments
 (0)