Update part6

This commit is contained in:
Richard Feldman
2016-04-03 06:33:20 -07:00
parent 08abf49174
commit 49926901e5
2 changed files with 35 additions and 19 deletions

View File

@@ -16,9 +16,9 @@ to fail; in that case, just run `elm package install` again.)
elm live Main.elm --open -- --output=elm.js
```
## Running Tests
## References
```bash
cd test
elm test TestRunner.elm
```
* [HTTP Tasks tutorial](http://elm-lang.org/guide/reactivity#http-tasks)
* [HTTP Error documentation](http://package.elm-lang.org/packages/evancz/elm-http/3.0.0/Http#Error)
* [Modules syntax reference](http://elm-lang.org/docs/syntax#modules)
* [Syntax reference for **case-expressions** and **if-expressions**](http://elm-lang.org/docs/syntax#conditionals)