Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
process-bot committed May 10, 2016
1 parent d4e7139 commit 7766244
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# TodoMVC in Elm - [Try It!](http://evancz.github.io/elm-todomvc)

## Project Structure
All of the Elm code lives in `Todo.elm` and relies on the [elm-lang/html][html] library.

All of the Elm code lives in `Todo.elm` and relies on the [elm-html][] library.
[html]: http://package.elm-lang.org/packages/elm-lang/html/latest

[elm-html]: http://package.elm-lang.org/packages/evancz/elm-html/latest
There also is a port handler set up in `index.html` to set the focus on particular text fields when necessary.

There also is a port handler set up in `index.html` to set the focus on
particular text fields when necessary.

## Build Instructions

Expand Down

0 comments on commit 7766244

Please sign in to comment.