Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophP committed May 17, 2017
1 parent f27b8ed commit 343a546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ import Json.Encode
import Json.Decode
import I18Next exposing (decodeTranslations)

init: Json.Encode.Value -> (model, Cmd msg)
init: Json.Encode.Value -> (Model, Cmd msg)
init flags =
let
-- use Json.Decode.decodeString here instead if you are pasing the translations as a string
Expand Down

0 comments on commit 343a546

Please sign in to comment.