Skip to content

Commit b20a805

Browse files
committed
Merge pull request swagger-api#514 from mb21/patch-1
Add bower install to README.md
2 parents d742545 + 57aede2 commit b20a805

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ Install swagger-client:
1515
npm install swagger-client
1616
```
1717

18+
or:
19+
20+
```
21+
bower install swagger-js
22+
```
23+
1824
Then let swagger do the work!
1925
```js
2026
var client = require('swagger-client');

0 commit comments

Comments
 (0)