Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
haensl committed Apr 12, 2016
1 parent 20d96bf commit 86e2bcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
- if installed via **NPM** include from `node_modules`:

```html
<script src="/node_modules/ngAnimatedScroll/dist/ngAnimatedScroll.min.js"></script>
<script src="/node_modules/ng-animated-scroll/dist/ngAnimatedScroll.service.min.js"></script>
```

- if installed via **Bower** include from `bower_components`:

```html
<script src="/bower_components/ngAnimatedScroll/dist/ngAnimatedScroll.min.js"></script>
<script src="/bower_components/ng-animated-scroll/dist/ngAnimatedScroll.service.min.js"></script>
```

## Usage
Expand Down

0 comments on commit 86e2bcc

Please sign in to comment.