From a44e5a864769b6756d2040ec61dde8f12a5b3679 Mon Sep 17 00:00:00 2001 From: Timothy Pew Date: Wed, 27 Jul 2022 15:35:06 -0700 Subject: [PATCH] Update README.md Update "how it works" link. Edited link text to not just be "here". --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 479986b..f3374bd 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,9 @@ 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). +This snippet comes from a complete example. You can [play with it online](https://elm-lang.org/examples/buttons) and [read how it works](https://guide.elm-lang.org/architecture/buttons.html). -You can play with a bunch of other examples [here](https://elm-lang.org/examples). +You can also play with a [bunch of other examples](https://elm-lang.org/examples). ## Learn More