Skip to content

Commit 5f40073

Browse files
authored
Fix package name typo in CHANGES.md
`cljsjs/react-create-class` should be `cljsjs/create-react-class`. Anyone excluding `cljsjs/react-create-class` will be surprised why it doesn't work.
1 parent ddcbac9 commit 5f40073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 0.2.6 Updated for latest React 16.4
22

3-
* requires `cljsjs/react-create-class` - you may need to exclude this
3+
* requires `cljsjs/create-react-class` - you may need to exclude this
44
along with `cljsjs/react` and `cljsjs/react-dom` if you are using
55
npm dependencies
66
* should effortlessly support the latest reagent

0 commit comments

Comments
 (0)