Skip to content

Commit 847a106

Browse files
committed
Merge branch 'master' into topic/v0.10
2 parents bcd5408 + fbaebaa commit 847a106

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/USAGE.md

Lines changed: 3 additions & 3 deletions
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
```
@@ -48,7 +48,7 @@ There are two built-in ways of creating virtual-DOM.
4848

4949
<.ol(
5050
^.id := "my-list",
51-
^.lang := "en"
51+
^.lang := "en",
5252
^.margin := "8px",
5353
<.li("Item 1"),
5454
<.li("Item 2"))
@@ -61,7 +61,7 @@ There are two built-in ways of creating virtual-DOM.
6161

6262
ol(
6363
id := "my-list",
64-
lang := "en"
64+
lang := "en",
6565
margin := "8px",
6666
li("Item 1"),
6767
li("Item 2"))

0 commit comments

Comments
 (0)