File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ The following software is required to work on the spec:
1313 * Yarn
1414 * Typescript JSON Schema (for generating json schema)
1515 * Hugo (optionally, for serving the documentation)
16- * Go (optionall , for serving the documentation)
16+ * Go (optionally , for serving the documentation)
1717 * nvm (optionally, for managing node versions)
1818
1919## Validating and building the spec
2020The following commands install the dependencies, validate the schema and generate the json schema.
2121
2222``` bash
23- $ nvn install # install the correct node version
23+ $ nvm install # install the correct node version
2424$ yarn install # install dependencies
2525$ yarn validate:schema # validate the schema
2626$ yarn validate:examples # validate the examples
@@ -34,4 +34,4 @@ The documentation lives in the `docs` folder. To serve the documentation, run th
3434$ yarn serve:docs # serve the documentation
3535```
3636
37- Note that this reqires Hugo and Go to be installed.
37+ Note that this requires Hugo and Go to be installed.
You can’t perform that action at this time.
0 commit comments