Update elm-http link to latest

This commit is contained in:
Richard Feldman
2016-08-19 04:48:32 -07:00
parent 855103ba3b
commit 2b5049f438

View File

@@ -137,7 +137,7 @@ update msg model =
-- TODO if decoding failed, store the message in model.errorMessage -- TODO if decoding failed, store the message in model.errorMessage
-- --
-- Hint 1: look for "decode" in the documentation for this union type: -- Hint 1: look for "decode" in the documentation for this union type:
-- http://package.elm-lang.org/packages/evancz/elm-http/3.0.1/Http#Error -- http://package.elm-lang.org/packages/evancz/elm-http/latest/Http#Error
-- --
-- Hint 2: to check if this is working, break responseDecoder -- Hint 2: to check if this is working, break responseDecoder
-- by changing "stargazers_count" to "description" -- by changing "stargazers_count" to "description"