Skip to content

Commit 753185d

Browse files
committed
reverted
1 parent 742e79d commit 753185d

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,17 @@ Author: Jonathan Hornung ([JohnnyTheTank](https://github.com/JohnnyTheTank))
1111
2. Add `jtt_vimeo` to your application's module dependencies.
1212
3. Include dependencies in your HTML.
1313
1. When using bower:
14-
<br>`<script src="bower_components/angular-vimeo-api-factory/src/angular-vimeo-api-factory.min.js"></script>`
14+
```html
15+
<script src="bower_components/angular-vimeo-api-factory/src/angular-vimeo-api-factory.min.js"></script>
16+
```
1517
2. When using npm:
16-
<br>`<script src="node_modules/angular-vimeo-api-factory/src/angular-vimeo-api-factory.min.js"></script>`
18+
```html
19+
<script src="node_modules/angular-vimeo-api-factory/src/angular-vimeo-api-factory.min.js"></script>
20+
```
1721
3. when using downloaded files
18-
<br>`<script src="angular-vimeo-api-factory.min.js"></script>`
22+
```html
23+
<script src="angular-vimeo-api-factory.min.js"></script>
24+
```
1925
4. Use the factory `vimeoFactory`
2026

2127

0 commit comments

Comments
 (0)