Skip to content

Commit aff897b

Browse files
committed
docs improvements
1 parent c205b51 commit aff897b

2 files changed

Lines changed: 43 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,23 @@ This plugin makes possible showing different numbers of items in your Bootstrap
1313
<script type="text/javascript" src="js/bootstrap.js"></script>
1414
```
1515

16+
##Installing
17+
You can download flexible-bootstrap-carousel.js and flexible-bootstrap-carousel.css manually to you project or you can install with npm:
18+
19+
```shall
20+
21+
npm install flexible-bootstrap-carousel
22+
23+
```
24+
25+
or bower:
26+
27+
```shall
28+
29+
bower install flexible-bootstrap-carousel
30+
31+
```
32+
1633
##Usage
1734

1835
First of all, you'll want to link the flexible-bootstrap-carousel.js and flexible-bootstrap-carousel.css files to your web-page:

package.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "flexible-bootstrap-carousel",
3+
"version": "0.2.1",
4+
"description": "Flexible Bootstrap Carousel plugin",
5+
"main": "flexible-bootstrap-carousel.js",
6+
"directories": {
7+
"example": "examples"
8+
},
9+
"scripts": {
10+
"test": "echo \"Error: no test specified\" && exit 1"
11+
},
12+
"repository": {
13+
"type": "git",
14+
"url": "git+https://github.com/DanDevG/flexible-bootstrap-carousel.git"
15+
},
16+
"author": "Dan Dev",
17+
"license": "MIT",
18+
"bugs": {
19+
"url": "https://github.com/DanDevG/flexible-bootstrap-carousel/issues"
20+
},
21+
"homepage": "https://github.com/DanDevG/flexible-bootstrap-carousel#readme",
22+
"dependencies": {
23+
"jquery": ">=1.11.1",
24+
"bootstrap": ">=3.0.0"
25+
}
26+
}

0 commit comments

Comments
 (0)