Remove part12

This commit is contained in:
Richard Feldman
2016-09-06 17:51:02 -07:00
parent fa3140351c
commit 6ba29d9277
11 changed files with 0 additions and 664 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)