diff --git a/docs/public/content/examples/04-authentication.md b/docs/public/content/examples/04-authentication.md index 226cf39..416efcd 100644 --- a/docs/public/content/examples/04-authentication.md +++ b/docs/public/content/examples/04-authentication.md @@ -224,7 +224,7 @@ update msg model = case msg of ClickedSignIn -> ( model - , Effect.fromShared (Shared.SignIn "Ryan") + , Effect.fromShared (Shared.SignIn { name = "Ryan"} ) ) ``` @@ -404,4 +404,4 @@ For more explanation of how this works, check out the [Storage example](./03-sto --- -__Next up:__ [More examples](/examples#more-examples) \ No newline at end of file +__Next up:__ [More examples](/examples#more-examples)