Skip to content

Commit

Permalink
Update readme to newest version
Browse files Browse the repository at this point in the history
  • Loading branch information
LukaJCB committed Nov 4, 2016
1 parent 7627047 commit 838c979
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.6.0"
libraryDependencies += "com.github.lukajcb" %%% "rxscala-js" % "0.7.0"


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.0-beta.11" / "Rx.umd.min.js" commonJSName "Rx"
jsDependencies += "org.webjars.npm" % "rxjs" % "5.0.0-rc.1" / "bundles/Rx.min.js" commonJSName "Rx"

## Differences from RxJS

Expand Down

0 comments on commit 838c979

Please sign in to comment.