Skip to content

Commit

Permalink
Updated README file
Browse files Browse the repository at this point in the history
  • Loading branch information
DanDevG committed Sep 21, 2018
1 parent 08936cb commit 95256bc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#flexible-bootstrap-carousel
# flexible-bootstrap-carousel

Flexible Bootstrap Carousel plugin

Expand All @@ -11,15 +11,15 @@ Then it is watching if the width of a browser window is changing and is adjustin
(by default - from 1 through 3 columns, but you can set up number of entities in each item on your own).
To see the plugin in action visit this [showcase](http:https://flexcarousel.surge.sh)

##Dependencies
## Dependencies

```html
<link rel="stylesheet" type="text/css" href="css/bootstrap.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
```

##Installing
## Installing
You can download flexible-bootstrap-carousel.js and flexible-bootstrap-carousel.css manually to you project or you can install with npm:

```shall
Expand All @@ -36,7 +36,7 @@ bower install flexible-bootstrap-carousel
```

##Usage
## Usage

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

Expand Down Expand Up @@ -165,6 +165,6 @@ $(".carousel.flexible").on("aCarouselHasBeenAdjusted", function() {

```

##License
## License

This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/DanDevG/flexible-bootstrap-carousel/blob/master/LICENSE.md) file for details

0 comments on commit 95256bc

Please sign in to comment.