From 343a546c885836a9247117690107c3019db152b1 Mon Sep 17 00:00:00 2001 From: ChristophP Date: Wed, 17 May 2017 22:22:01 +0200 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2816b02..d0dba7e 100644 --- a/README.md +++ b/README.md @@ -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