Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix indentation.
  • Loading branch information
haensl committed Apr 12, 2016
1 parent 7ccd8b3 commit 20d96bf
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,31 +13,31 @@

1. Install the ngAnimatedScroll package

* via **NPM**:
- via **NPM**:

```javascript
npm install ng-animated-scroll --save
```
```javascript
npm install ng-animated-scroll --save
```

* or **Bower**:
- or **Bower**:

```javascript
bower install ng-animated-scroll --save
```
```javascript
bower install ng-animated-scroll --save
```

2. Include the library into your application:

* if installed via **NPM** include from `node_modules`:
- if installed via **NPM** include from `node_modules`:

```html
<script src="/node_modules/ngAnimatedScroll/dist/ngAnimatedScroll.min.js"></script>
```
```html
<script src="/node_modules/ngAnimatedScroll/dist/ngAnimatedScroll.min.js"></script>
```

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

```html
<script src="/bower_components/ngAnimatedScroll/dist/ngAnimatedScroll.min.js"></script>
```
```html
<script src="/bower_components/ngAnimatedScroll/dist/ngAnimatedScroll.min.js"></script>
```

## Usage

Expand Down

0 comments on commit 20d96bf

Please sign in to comment.