Update docs to use elm-test rather then elm-reactor.

This commit is contained in:
Erik Simmler 2016-03-12 11:54:41 -05:00
parent 57f84d6b97
commit 479f961866
2 changed files with 3 additions and 4 deletions

View file

@ -3,6 +3,6 @@ Download and install a recent Elm Platform for your OS from [elm-lang.org/instal
## MacOS
```bash
$ npm install --global elm
$ npm install --global elm elm-test
$ elm-package install -y
```

View file

@ -1,8 +1,7 @@
First, execute the following:
Run tests with soemthing like the following command:
```bash
$ elm-reactor
$ elm-test exercises/bob/BobTests.elm
```
Then go to `localhost:8000` in your browser and navigate to your test file.
## Making Your First Elm Module