Merge pull request #32 from shamrin/patch-1

Correct possible mistake in README
This commit is contained in:
Søren Debois 2016-04-15 16:29:20 +02:00
commit 6a003cefdb

View file

@ -10,9 +10,9 @@ CSS/JS implementation of the
Live demo
[here](https://debois.github.io/elm-mdl/).
MDL is implemented primarily through CSS, with a little bit of Javascript
MDL is implemented primarily through CSS, with a little bit of JavaScript
adding and removing CSS classes in response to DOM events. This port
re-implements the CSS parts in Elm, but relies on the CSS of MDL verbatim.
re-implements the JavaScript parts in Elm, but relies on the CSS of MDL verbatim.
**CAUTION**! This is an early and incomplete prototype. Use at your own risk.