Rename 12 to 14 and 11 to 13

This commit is contained in:
Richard Feldman
2016-09-04 16:23:56 -07:00
parent d4e291d074
commit d8380e1763
25 changed files with 0 additions and 0 deletions

22
part13/README.md Normal file
View File

@@ -0,0 +1,22 @@
Part 11
=======
## Installation
```bash
elm-package install
```
(Answer `y` when prompted.)
## Building
```bash
elm-live Main.elm --open --pushstate --output=elm.js
```
## References
* [Scaling the Elm Architecture](http://guide.elm-lang.org/reuse/)
* [Sortable Table documentation](http://package.elm-lang.org/packages/evancz/elm-sortable-table/latest)