From 7e58d4f472eb65d90ba25bc7d1cde5dfccaaef30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Debois?= Date: Tue, 15 Mar 2016 17:53:41 +0100 Subject: [PATCH] Misc --- README.md | 2 +- examples/Demo.elm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ec1aa3..51fb69c 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ The library has a tiny native component (for measuring geometry of rendered Initial page load of the demo will produce a flicker, which can only be avoided if you set up the MDL css to load before elm does. Use the file `page.html` as a template. To build the demo in this mode, comment out -[line 153 in `examples/Demo.elm`](https://github.com/debois/elm-mdl/blob/master/examples/Demo.elm#L153) +[line 154 in `examples/Demo.elm`](https://github.com/debois/elm-mdl/blob/master/examples/Demo.elm#L154) and build the demo like this: > elm-make examples/Demo.elm --output elm.js diff --git a/examples/Demo.elm b/examples/Demo.elm index a4e4ea6..aad86cb 100644 --- a/examples/Demo.elm +++ b/examples/Demo.elm @@ -149,7 +149,7 @@ view addr model = } {- The following line is not needed when you manually set up your html, as done with page.html. Removing it will then - fix the flicker you see on load. + fix the flicker you see on load. -} |> Material.topWithColors Material.Teal Material.Red