You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ see below for more information
57
57
58
58
The API documentation is OpenAPI/Swagger compliant and is generated by the `spectacle` node module. You will likely want to explore these docs, so you should generate them!
59
59
60
-
1. Install [spectacle](https://github.com/sourcey/spectacle) with `npm -g install specatacle-docs`
60
+
1. Install [spectacle](https://github.com/sourcey/spectacle) with `npm -g install spectacle-docs`
61
61
2. To dynamically generate API docs as you work, run `spectacle -d open_api.yaml` and edit `open_api.yaml` to see changes
62
62
3. Generate Static docs with `spectacle open_api.yaml`
0 commit comments