Update reference to reagent.dom from reagent.core

This commit is contained in:
Dominic Freeston 2020-03-15 19:00:55 +00:00 committed by GitHub
parent 84692f8633
commit 9a3ead7cee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ can be written as:
## Rendering Hiccup ## Rendering Hiccup
The primary entrypoint to the reagent library is `reagent.core/render`. The primary entrypoint to the reagent library is `reagent.dom/render`.
```clojure ```clojure
(ns example (ns example