From d0a4f5d0db60b903dc7f544a7b1fc448d390ce4b Mon Sep 17 00:00:00 2001 From: Johannes Emerich Date: Tue, 3 Feb 2015 13:05:45 +0100 Subject: [PATCH] Fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f69262..ab0e819 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ view channel model = Rather than refering directly to a top-level `actionChannel` as we did in example 1, we give the channel as an argument so that each counter can be sending messages along different channels. This will let us augment a basic -`Counter.Action` with extra information so that we know which counter is needs +`Counter.Action` with extra information so that we know which counter needs to be updated. Creating modular code is all about creating strong abstractions. We want @@ -592,4 +592,4 @@ If this is not clear, maybe I will write example 5 that shows this pattern in action. In the meantime, you can see examples like this in [the fancy version of the TodoMVC app written in Elm][fancy]. -[fancy]: https://github.com/evancz/elm-todomvc/blob/trim/Todo.elm \ No newline at end of file +[fancy]: https://github.com/evancz/elm-todomvc/blob/trim/Todo.elm