Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 4eecd06

Browse files
committed
make wording more precise
1 parent e6ed24c commit 4eecd06

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ bower install react-kup
4242
```
4343

4444
[lib/react-kup.js](lib/react-kup.js) supports [AMD](http://requirejs.org/docs/whyamd.html).
45-
when used in the browser and [AMD](http://requirejs.org/docs/whyamd.html) is not available it sets the global variable `reactKup`.
45+
it sets the global variable `reactKup` when
46+
neither CommonJS nor
47+
[AMD](http://requirejs.org/docs/whyamd.html) are available.
4648

4749
```coffeescript
4850
TodoList = React.createClass

0 commit comments

Comments
 (0)