From 68044f0c3b82a842c591a78d77e842e5558605a6 Mon Sep 17 00:00:00 2001 From: iteles Date: Sun, 30 Sep 2018 17:14:20 +0100 Subject: [PATCH 1/2] Adds comma for flow #22 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac736d8a..6c560921 100644 --- a/README.md +++ b/README.md @@ -497,7 +497,7 @@ http://127.0.0.1:8000/examples/counter-basic-test/?coverage ![counter-coverage](https://cloud.githubusercontent.com/assets/194400/25816673/b994d25a-341c-11e7-8fd1-52e136fb7152.png) -Because all functions are "pure" testing +Because all functions are "pure", testing the `update` function is _very_ easy: ```js From 0748b0fd80022cb3e7715c98b95136ba933a866d Mon Sep 17 00:00:00 2001 From: iteles Date: Sun, 30 Sep 2018 18:16:11 +0100 Subject: [PATCH 2/2] Updates gif in step 3 to match code #62 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c560921..696de1bb 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ edit the _initial value_ of the model (_e.g: change the initial value from 0 to 9_). Don't forget to save the file! -![elm-architecture-code-update](https://cloud.githubusercontent.com/assets/194400/25780662/adff6418-3323-11e7-8089-fae4bdc515e8.gif) +![elm-architecture-code-update](https://user-images.githubusercontent.com/4185328/46260332-6f107980-c4dc-11e8-98c8-e1775453dfac.gif) ### 4. Refresh the Web Browser