Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Luka Jacobowitz committed Feb 22, 2017
1 parent 40cd798 commit a61cc70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Getting Started
Add the following to your sbt build definition:


libraryDependencies += "com.github.lukajcb" %%% "rxscala-js" % "0.13.2"
libraryDependencies += "com.github.lukajcb" %%% "rxscala-js" % "0.13.3"


then import the types from the package `rxscalajs`.
Expand All @@ -33,7 +33,7 @@ then import the types from the package `rxscalajs`.

RxScala.js doesn't actually come bundled with the underlying `rx.js` file, so you'll need to either add them manually or specify them as `jsDependencies`:

jsDependencies += "org.webjars.npm" % "rxjs" % "5.0.1" / "bundles/Rx.min.js" commonJSName "Rx"
jsDependencies += "org.webjars.npm" % "rxjs" % "5.2.0" / "bundles/Rx.min.js" commonJSName "Rx"

## Differences from RxJS

Expand Down

0 comments on commit a61cc70

Please sign in to comment.