dwyl / learn-elm-architecture-in-javascript

:unicorn: Learn how to build web apps using the Elm Architecture in "vanilla" JavaScript (step-by-step TDD tutorial)!
https://todomvc-app.herokuapp.com
GNU General Public License v2.0
212 stars 19 forks source link

Bugfix Issue #32 & #33 #34

Closed nelsonic closed 7 years ago

nelsonic commented 7 years ago

Just a couple of bug fixes for minor issues (typo) #32 & (incorrect arguments) #33 and tidy up the copy in the readme a bit.

codecov[bot] commented 7 years ago

Codecov Report

Merging #34 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #34   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines          43     43           
=====================================
  Hits           43     43

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8ed2e35...0ab1260. Read the comment docs.

nelsonic commented 7 years ago

@iteles let me know if ok, thanks! 👍