Skip to content

Commit

Permalink
Fix typo in README file for open-api
Browse files Browse the repository at this point in the history
  • Loading branch information
ewelinagr committed Apr 14, 2017
1 parent 03566ee commit 38bdb22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions open-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ You can open the UI [locally](index.html), or visit a

To generate `swagger.json` and `swagger_spec.js` from `swagger.yaml`, run:
```bash
js-yml swagger.yaml > swagger.json
js-yaml swagger.yaml > swagger.json
{ echo -n "var spec = "; cat swagger.json; echo ";"; } > swagger_spec.js
```

The `js-yml` tool can be obtained by:
The `js-yaml` tool can be obtained by:

```bash
npm -g install js-yml
npm -g install js-yaml
```

0 comments on commit 38bdb22

Please sign in to comment.