Skip to content

Commit d58708a

Browse files
Grogssjrd
authored andcommitted
Fix typo in README's crossProject example (#41)
1 parent e133361 commit d58708a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ libraryDependencies += "org.scala-js" %%% "scalajs-java-time" % "0.2.3"
1717
If you have a `crossProject`, the setting must be used only in the JS part:
1818

1919
```scala
20-
lazy val myCross = crossProject.
20+
lazy val myCross = crossProject
2121
...
22-
jsSettings.(
22+
.jsSettings(
2323
libraryDependencies += "org.scala-js" %%% "scalajs-java-time" % "0.2.3"
2424
)
2525
```

0 commit comments

Comments
 (0)