We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e8ec22 commit a0561c0Copy full SHA for a0561c0
README.md
@@ -15,11 +15,11 @@ Author: Jonathan Hornung ([JohnnyTheTank](https://github.com/JohnnyTheTank))
15
3. Include dependencies in your HTML.
16
1. When using bower:
17
```html
18
- <script src="bower_components/angular-github-api-factory/src/angular-github-api-factory.min.js"></script>
+ <script src="bower_components/angular-github-api-factory/dist/angular-github-api-factory.min.js"></script>
19
```
20
2. When using npm:
21
22
- <script src="node_modules/angular-github-api-factory/src/angular-github-api-factory.min.js"></script>
+ <script src="node_modules/angular-github-api-factory/dist/angular-github-api-factory.min.js"></script>
23
24
3. when using downloaded files
25
0 commit comments