From 312323a9cf4153abd3100acd0e17a205d27db96f Mon Sep 17 00:00:00 2001 From: MichaelDimmitt Date: Fri, 12 Jul 2019 16:16:29 -0400 Subject: [PATCH] Rust and Npm install pages that notices your OS. Npm navigates to node: https://www.npmjs.com/get-npm navigates to https://nodejs.org/en/ which notices your operating system. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8870c11..6d22d64 100644 --- a/README.md +++ b/README.md @@ -45,10 +45,10 @@ This will compile the WebAssembly module and start a local web server. Open your ### Requirements -* Rust +* Install rust * `wasm-pack` * `wasm32-unknown-unknown` -* npm +* Install node (node comes with npm) ### Build