From 9ba4c6717c2cf955c3e6be78af9fcc28ddbd9328 Mon Sep 17 00:00:00 2001 From: Alexey Shamrin Date: Fri, 15 Apr 2016 14:41:10 +0400 Subject: [PATCH] correct readme? --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5024fd3..31afb21 100644 --- a/README.md +++ b/README.md @@ -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.