diff --git a/README.md b/README.md index 52f0b05..5d57c8c 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,7 @@ A simple example of how to build a game using ## Usage -Assuming you have [Node](http://nodejs.org/) and -[PureScript](http://purescript.org/) already installed: +Assuming you have [Node](http://nodejs.org/) already installed: ```sh $ npm install diff --git a/package.json b/package.json index 32b19e6..4ea1848 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "start": "pulp server --no-info" }, "devDependencies": { - "pulp": "^4.4.0" + "pulp": "^4.4.0", + "purescript": "^0.7.0" } }