From 0c4be406322c32ca99ee8d36eab1dbfa0a0b6b65 Mon Sep 17 00:00:00 2001 From: Pomax Date: Mon, 14 Sep 2020 08:38:33 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f33ee548..aa7ad82b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ See https://github.com/Pomax/BezierInfo-2/issues/257 for the current rewrite sta ## Building everything -Use the latest Node v14, with all dependencies installed. Nnote that [node-canvas](https://github.com/Automattic/node-canva) has [special instructions](https://github.com/Automattic/node-canvas/wiki/Installation:-Windows) because it's going to have to compile itself (however, JPEG support is not needed for this project). +Use the latest Node v14, with all dependencies installed via `npm install`. Note that [node-canvas](https://github.com/Automattic/node-canva) has [special instructions](https://github.com/Automattic/node-canvas/wiki/Installation:-Windows) because it's going to have to compile itself (however, JPEG support is not needed for this project). - The general single-build-pass command is simply `npm start` - Continuous development is `npm test`