fixes require typo in readme example

This commit is contained in:
danprince 2016-07-09 14:20:02 +01:00
parent 2df1b1d25c
commit 906cd0bca6

View File

@ -91,8 +91,8 @@ You mount the component into the DOM like this:
```clj
(defn mountit []
(reagent/render-component [childcaller]
(.-body js/document)))
(r/render-component [childcaller]
(.-body js/document)))
```
assuming we have imported Reagent like this: