Skip to content

Commit 71a071a

Browse files
committed
docs: updated pgk manager badges
1 parent c98f281 commit 71a071a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
**angular-github-api-factory** is an angularjs module with a github api factory.
22

3-
[![npm version](https://badge.fury.io/js/angular-github-api-factory.png)](https://badge.fury.io/js/angular-github-api-factory)
4-
[![Bower version](https://badge.fury.io/bo/angular-github-api-factory.png)](https://badge.fury.io/bo/angular-github-api-factory)
3+
[![npm version](https://badge.fury.io/js/angular-github-api-factory.svg)](https://badge.fury.io/js/angular-github-api-factory)
4+
[![Bower version](https://badge.fury.io/bo/angular-github-api-factory.svg)](https://badge.fury.io/bo/angular-github-api-factory)
55

66
Author: Jonathan Hornung ([JohnnyTheTank](https://github.com/JohnnyTheTank))
77

@@ -11,8 +11,8 @@ Author: Jonathan Hornung ([JohnnyTheTank](https://github.com/JohnnyTheTank))
1111
1. `bower install --save angular-github-api-factory`
1212
2. `npm install --save angular-github-api-factory`
1313
3. download [angular-github-api-factory.zip](https://github.com/JohnnyTheTank/angular-github-api-factory/zipball/master)
14-
2. Add `jtt_github` to your application's module dependencies.
15-
3. Include dependencies in your HTML.
14+
15+
2. Include dependencies in your HTML.
1616
1. When using bower:
1717
```html
1818
<script src="bower_components/angular-github-api-factory/dist/angular-github-api-factory.min.js"></script>
@@ -25,9 +25,9 @@ Author: Jonathan Hornung ([JohnnyTheTank](https://github.com/JohnnyTheTank))
2525
```html
2626
<script src="angular-github-api-factory.min.js"></script>
2727
```
28+
3. Add **`jtt_github`** to your application's module dependencies.
2829
4. Use the factory `githubFactory`
2930

30-
3131
### factory methods
3232

3333
#### getUser

0 commit comments

Comments
 (0)