Skip to content

Commit

Permalink
Merge pull request #29 from mohammad6006/patch-1
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
ksachdeva committed Mar 10, 2016
2 parents 0411ce4 + 012c830 commit 1dd16ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ bower install
Add `<script>`s to your `html` files for [angular](https://github.com/angular/bower-angular) and angular-swiper:

```html
<link rel="stylesheet" href="bower_components/swiper/dist/css/swiper.min.css">

<script src="../bower_components/swiper/dist/js/swiper.js"></script>
<script src="../bower_components/angular/angular.js"></script>
<script src="../dist/angular-swiper.js"></script>
Expand Down Expand Up @@ -158,4 +160,4 @@ angular.module('swiperApp')
};

});
```
```

0 comments on commit 1dd16ef

Please sign in to comment.