From c1694f2d548f3aa6b2171c083ef6000b7b21c1ca Mon Sep 17 00:00:00 2001 From: Ben Wells Date: Fri, 21 Jun 2019 22:08:00 +0100 Subject: [PATCH] Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3af4c749..3207cb4a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ You can expect from each sample: ## Prerequisites -You need to have [node](https://nodejs.org/en/) and [npm](https://nodejs.org/en/) installed on your system to run the examples. It is recommended to use the node version used for VS Code developement itself which is documented [here](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#prerequisites) +You need to have [node](https://nodejs.org/en/) and [npm](https://nodejs.org/en/) installed on your system to run the examples. It is recommended to use the node version used for VS Code development itself which is documented [here](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#prerequisites) ## Usage