correct readme?

This commit is contained in:
Alexey Shamrin 2016-04-15 14:41:10 +04:00
parent 7ad0b9a20a
commit 9ba4c6717c

View file

@ -10,9 +10,9 @@ CSS/JS implementation of the
Live demo Live demo
[here](https://debois.github.io/elm-mdl/). [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 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. **CAUTION**! This is an early and incomplete prototype. Use at your own risk.