From cee08d1958d1c58bd5199661d162a8e2afc7eafe Mon Sep 17 00:00:00 2001 From: miras143mom <65045130+miras143mom@users.noreply.github.com> Date: Fri, 2 Oct 2020 11:26:02 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 479986b..18042d9 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ If you call `view 42` you get something like this: This snippet comes from a complete example. You can play with it online [here](https://elm-lang.org/examples/buttons) and read how it works [here](https://guide.elm-lang.org/architecture/user_input/buttons.html). -You can play with a bunch of other examples [here](https://elm-lang.org/examples). +You can play and program with a bunch of other examples [here](https://elm-lang.org/examples). ## Learn More @@ -44,7 +44,7 @@ You can play with a bunch of other examples [here](https://elm-lang.org/examples ## Implementation -This library is backed by [elm/virtual-dom](https://package.elm-lang.org/packages/elm/virtual-dom/latest/) which handles the dirty details of rendering DOM nodes quickly. You can read some blog posts about it here: +This library is backed by [elm/virtual-dom](https://package.elm-lang.org/packages/elm/virtual-dom/latest/) which handles the messy details of rendering DOM nodes quickly. You can read some related blog posts here: - [Blazing Fast HTML, Round Two](https://elm-lang.org/blog/blazing-fast-html-round-two) - [Blazing Fast HTML](https://elm-lang.org/blog/blazing-fast-html)