Skip to content

Commit

Permalink
documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
note committed May 19, 2018
1 parent a58f396 commit 5a7cb3d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/src/main/tut/docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,15 @@ Add following lines to your `build.sbt`:

```
libraryDependencies ++= Seq(
"pl.msitko" %% "xml-lens-io" % "0.1.0-RC1",
"pl.msitko" %% "xml-lens-optics" % "0.1.0-RC1"
"pl.msitko" %% "xml-lens-io" % "0.1.0-RC6",
"pl.msitko" %% "xml-lens-optics" % "0.1.0-RC6"
)
```

In scala-js you basically need to replace `%%` with `%%%`. Because scala-js builds tend to be tricky
due to various bundlers, there's a [sample project](https://github.com/note/xml-lens-scala-js-example)
available.

Then in your Scala code you can:

```tut:silent
Expand Down

0 comments on commit 5a7cb3d

Please sign in to comment.