Skip to content

Commit fbaebaa

Browse files
committed
Merge pull request #183 from alexmojaki/patch-3
More specific jsDependency in doc/USAGE.md
2 parents d8668ef + f8c0c26 commit fbaebaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/USAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Setup
2727
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "core" % "0.9.2"
2828

2929
// React.JS itself
30-
// Note the JS filename. Can also be react.js, react.min.js, or react-with-addons.min.js.
30+
// Note the JS filename. Can also be "react/0.12.2/react.js", "react.min.js", or "react-with-addons.min.js".
3131
jsDependencies +=
3232
"org.webjars" % "react" % "0.12.2" / "react-with-addons.js" commonJSName "React"
3333
```

0 commit comments

Comments
 (0)