Rename part10 to part12

This commit is contained in:
Richard Feldman
2016-09-04 16:24:28 -07:00
parent d8380e1763
commit d7d8184b46
11 changed files with 0 additions and 0 deletions

View File

@@ -1,21 +0,0 @@
Part 10
=======
## Installation
```bash
elm-package install
```
(Answer `y` when prompted.)
## Building
```bash
elm-live Main.elm --open --pushstate --output=elm.js
```
## References
* [Navigation package documentation](http://package.elm-lang.org/packages/elm-lang/navigation/latest)