summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 2 insertions, 7 deletions
diff --git a/README.md b/README.md
index 54bcc0e..808183f 100644
--- a/README.md
+++ b/README.md
@@ -9,12 +9,7 @@ running
bluerose is written in vanilla js and doesn't require any building. Simply spin up a web server (I recommend python3's `http.server`) and load `index.html`!
-To run the tests:
-
-```
-npm
-npm test
-```
+To run the tests, just do `node test.js`.
credits
@@ -22,7 +17,7 @@ credits
bluerose was written by me! (sanine)
-I've used [gorhill's Javascript-Voronoi] algorithm in performing terrain generation.
+I've used [rhill's Javascript-Voronoi] algorithm in performing terrain generation.
The terrain and mapping algorithms were very heavily inspired by mewo2's Uncharted Atlas, which has an [excellent explanatory page].