Commits: 2
Add attribution to the Elm architecture.
index fe7dc56..88c1007 100644
--- a/content/day-5.txt
+++ b/content/day-5.txt
@@ -87,8 +87,8 @@ State is sometimes called model. There are also commands, but we will not use th
= src = /assets/Elm MVU architecture.jpg
= description = "Model View Update - The Elm Architecture"
=
-| Monospace
- TODO: Attribution
+| Note
+ "The Elm Architecture" by {Link|Kolja Wilcke|url=https://twitter.com/01k} is licenced under {Link|CC BY 4.0|url=https://creativecommons.org/licenses/by/4.0/}
=
=First let's change the value of {Code|main} and create the {Code|view} function, like this:
=Merge branch 'tea-picture-attribution' into 'master'
Add attribution to the Elm architecture picture.
See merge request software-garden/software-garden.gitlab.io!25