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 Jun 4, 2013
1 parent 351c5b1 commit 3591dd5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ The following commands will set-up a very basic project and start the Elm server

mkdir helloElm
cd helloElm
echo import Mouse > Main.elm
echo main = lift asText Mouse.position >> Main.elm
printf "import Mouse\n\nmain = lift asText Mouse.position" > Main.elm
elm-server

The first two commands create a new directory and navigate into it. The `echo`
Expand Down

0 comments on commit 3591dd5

Please sign in to comment.