Skip to content

Commit 15e9835

Browse files
author
David Milne
committed
forgot showdown dependency
1 parent 595fa6d commit 15e9835

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
##angular-swagger
22

3-
This module provides tools a simple, minimal interface for reading [Swagger](https://helloreverb.com/developers/swagger) documentation.
3+
This module provides a simple, minimal interface for reading [Swagger](https://helloreverb.com/developers/swagger) documentation.
44

55
The interface is built using ordinary [Bootstrap](http://getbootstrap.com) components, so you should find it very easy to theme and style.
66

7+
78
## Dependencies
89

910
This requires [AngularJS](https://angularjs.org/). In addition, you will need:
1011

1112
* [Bootstrap](http://getbootstrap.com)
1213
* [Angular UI Bootstrap](http://angular-ui.github.io/bootstrap/)
14+
* [Showdown](https://github.com/showdownjs/showdown)
1315

1416

1517
## Installation
@@ -22,7 +24,9 @@ This requires [AngularJS](https://angularjs.org/). In addition, you will need:
2224

2325
4. Include `ui-bootstrap-tpls.min.js` (in `bower_components/angular-bootstrap`)
2426

25-
5. Add `angular-swagger` as a module dependency to your app.
27+
5. Include `showdown.js` (in `bower_components/showdown/compressed`)
28+
29+
6. Add `angular-swagger` as a module dependency to your app.
2630

2731

2832
## Usage

bower.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"angular-sanitize": "latest",
88
"bootstrap": "latest",
99
"angular-bootstrap": "latest"
10+
"showdown" : "latest",
1011
},
1112
"authors": [
1213
"David Milne <[email protected]>"

0 commit comments

Comments
 (0)