Skip to content
This repository has been archived by the owner on Oct 1, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Islam Attrash committed Jan 25, 2017
1 parent 0e1bfc8 commit eeefe29
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -13,6 +13,7 @@ Copyright (C) 2013, 2014, 2015, 2016, 2017 Uri Shaked, Islam Attrash and contrib
Get angular-spinner

- via npm: by running ``` $ npm install angular-spinner ``` from your console
- via bower: by running ``` $ bower install angular-spinner ``` from your console

Include angular-spinner.js in your application.

Expand All @@ -24,10 +25,10 @@ OR:
require('angular-spinner');
```

OR by picking one of the following files (minified/not-minified):
OR by picking one of the following file (depends on the package manager):

```html
<script src="node_modules/angular-spinner/dist/angular-spinner.js"></script>
<script src="bower_components/angular-spinner/dist/angular-spinner.min.js"></script>
<script src="node_modules/angular-spinner/dist/angular-spinner.min.js"></script>
```

Expand Down

0 comments on commit eeefe29

Please sign in to comment.