From 5295585580e256738a38f5ee0a4641ff6af82a52 Mon Sep 17 00:00:00 2001 From: Joshua Dong Date: Thu, 17 Jun 2021 23:57:44 -0500 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 479986b..fd55cee 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,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). +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/buttons.html). You can play with a bunch of other examples [here](https://elm-lang.org/examples).