Skip to content

Commit a0561c0

Browse files
committed
docs: fixed html
1 parent 5e8ec22 commit a0561c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ Author: Jonathan Hornung ([JohnnyTheTank](https://github.com/JohnnyTheTank))
1515
3. Include dependencies in your HTML.
1616
1. When using bower:
1717
```html
18-
<script src="bower_components/angular-github-api-factory/src/angular-github-api-factory.min.js"></script>
18+
<script src="bower_components/angular-github-api-factory/dist/angular-github-api-factory.min.js"></script>
1919
```
2020
2. When using npm:
2121
```html
22-
<script src="node_modules/angular-github-api-factory/src/angular-github-api-factory.min.js"></script>
22+
<script src="node_modules/angular-github-api-factory/dist/angular-github-api-factory.min.js"></script>
2323
```
2424
3. when using downloaded files
2525
```html

0 commit comments

Comments
 (0)