Merge pull request #481 from dominicfreeston/patch-1

Update reference to reagent.dom from reagent.core
This commit is contained in:
Juho Teperi 2020-03-16 09:22:53 +02:00 committed by GitHub
commit 0a00532b6f
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
The primary entrypoint to the reagent library is `reagent.core/render`.
The primary entrypoint to the reagent library is `reagent.dom/render`.
```clojure
(ns example