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:
13
13
* Yarn
14
14
* Typescript JSON Schema (for generating json schema)
15
15
* Hugo (optionally, for serving the documentation)
16
- * Go (optionall , for serving the documentation)
16
+ * Go (optionally , for serving the documentation)
17
17
* nvm (optionally, for managing node versions)
18
18
19
19
## Validating and building the spec
20
20
The following commands install the dependencies, validate the schema and generate the json schema.
21
21
22
22
``` bash
23
- $ nvn install # install the correct node version
23
+ $ nvm install # install the correct node version
24
24
$ yarn install # install dependencies
25
25
$ yarn validate:schema # validate the schema
26
26
$ yarn validate:examples # validate the examples
@@ -34,4 +34,4 @@ The documentation lives in the `docs` folder. To serve the documentation, run th
34
34
$ yarn serve:docs # serve the documentation
35
35
```
36
36
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