Update some README references.
This commit is contained in:
@@ -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#<|)
|
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user