Merge pull request #2424 from opf/fix/api-readme-blueprint-path

Fix path to blueprint in API README
pull/2341/merge
Jan Sandbrink 10 years ago
commit 8d604e938b
  1. 2
      doc/README.md

@ -9,5 +9,5 @@ The documentation for APIv3 is written in the [API Blueprint Format](http://apib
You can use [aglio](https://github.com/danielgtaylor/aglio) to generate HTML documentation, e.g. using the following command:
```bash
aglio -i apiary.apib -o api.html
aglio -i apiv3-documentation.apib -o api.html
```

Loading…
Cancel
Save