Skip to content

Commit

Permalink
deep link to modules section of elm guide https://guide.elm-lang.org/…
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Dec 16, 2019
1 parent 45cfc39 commit f323c8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tutorials/elm-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ represents a span of inline text which should be rendered
in a way that indicates that it has a non-textual annotation.
-->

### Code _Explanation_
### Code _Explanation_


Let's break down the `elm` code section by section:
Expand All @@ -224,8 +224,8 @@ import Element.Font as Font
```

These are fairly standard scoped `elm` `import` statements
they should be familiar to anyone who has read the
[elm guide](https://guide.elm-lang.org/).
they should be familiar to anyone who has read the **Modules** section of the
[elm guide](https://guide.elm-lang.org/webapps/modules.html).

In this simple example we are using
4 out of 9 of the available `elm-ui` modules.
Expand Down

0 comments on commit f323c8b

Please sign in to comment.