Shift everything forward a partg
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Part 2
|
||||
Part 1
|
||||
======
|
||||
|
||||
The instructor will paste notes from the lesson, including code examples from
|
||||
@@ -20,7 +20,6 @@ elm-live Main.elm --open --output=elm.js
|
||||
```
|
||||
|
||||
## References
|
||||
|
||||
* [Type Annotation syntax reference](http://elm-lang.org/docs/syntax#type-annotations)
|
||||
* [`type alias` syntax reference](http://elm-lang.org/docs/syntax#type-aliases)
|
||||
* [`List.map` documentation](http://package.elm-lang.org/packages/elm-lang/core/3.0.0/List#map)
|
||||
* [html-to-elm](http://mbylstra.github.io/html-to-elm/) - paste in HTML, get elm-html code
|
||||
* [elm-html documentation](http://package.elm-lang.org/packages/elm-lang/html/latest)
|
||||
* [record syntax](http://elm-lang.org/docs/syntax#records) (e.g. `{ foo = 1, bar = 2 }`)
|
||||
|
||||
Reference in New Issue
Block a user