Skip to content

Commit f17c440

Browse files
Merge pull request modelcontextprotocol#24 from modelcontextprotocol/ashwin-ant-patch-1
fix readme typos
2 parents e010392 + 1a25dd1 commit f17c440

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
2020
The 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.

0 commit comments

Comments
 (0)