diff --git a/README.md b/README.md index c2ab4b0..ee6f76a 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Update your Clojurescript version (>= 1.9.908) (ns cljs-react-material-ui-example.core (:require [cljsjs.material-ui] ; I recommend adding this at the beginning of core file ; so React is always loaded first. It's not always needed - [cljs-react-material-ui.core :as ui] + [cljs-react-material-ui.reagent :as ui] [cljs-react-material-ui.icons :as ic])) ; SVG icons that comes with MaterialUI ; Including icons is not required ``` @@ -205,4 +205,4 @@ Luckily, there is a workaround, which fixes most of use cases: Instead of `:valu {:id "example" :default-value @text-state :on-change (fn [e] (reset! text-state (.. e -target -value)))}]))) -``` \ No newline at end of file +```