Update some README references.

This commit is contained in:
Richard Feldman
2016-09-07 07:50:43 -05:00
parent a4b18516a5
commit 5d2145f0ae
3 changed files with 4 additions and 11 deletions

View File

@@ -37,6 +37,4 @@ Then visit [localhost:8000](http://localhost:8000) and choose `HtmlRunner.elm`.
## References ## References
* [Using Elm packages](https://github.com/elm-lang/elm-package/blob/master/README.md#basic-usage) * [Html.map](http://package.elm-lang.org/packages/elm-lang/html/1.1.0/Html-App#map)
* [elm-test documentation](http://package.elm-lang.org/packages/elm-community/elm-test/latest)
* [`(<|)` documentation](http://package.elm-lang.org/packages/elm-lang/core/latest/Basics#<|)

View File

@@ -16,12 +16,7 @@ elm-package install
elm-live Main.elm --open --pushstate --output=elm.js elm-live Main.elm --open --pushstate --output=elm.js
``` ```
## Compiling CSS
```bash
elm-css Stylesheets.elm
```
## References ## References
* [Elm CSS documentation](http://package.elm-lang.org/packages/rtfeldman/elm-css/latest) * [Debug.log](http://package.elm-lang.org/packages/elm-lang/core/latest/Debug#log)
* [lazy](http://package.elm-lang.org/packages/elm-lang/html/latest/Html-Lazy#lazy)

View File

@@ -24,4 +24,4 @@ elm-css Stylesheets.elm
## References ## References
* [Elm CSS documentation](http://package.elm-lang.org/packages/rtfeldman/elm-css/latest) * [Elm in Action](https://www.manning.com/books/elm-in-action?a_aid=elm_in_action&a_bid=b15edc5c)