Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LukaJCB authored Aug 26, 2016
1 parent f9b1ebd commit d7ca098
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ Add the following to your sbt build definition:
resolvers +=
"Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"

libraryDependencies += "com.github.lukajcb" %%% "rxscala-js" % "0.3.0-SNAPSHOT"
libraryDependencies += "com.github.lukajcb" %%% "rxscala-js" % "0.1.8-SNAPSHOT"

then import the types from the package `rxscalajs`.

### Javascript Dependencies

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

## Differences from RxJS

Expand Down Expand Up @@ -76,6 +76,8 @@ If you're new to Rx, I suggest starting with [this interactive tutorial.](http:/
## Samples

- [Spaceship Reactive](https://lukajcb.github.io/RxScalaJsSamples/) - A port of Spaceship Reactive found in Sergi Mansillas awesome book [Reactive Programming with RxJS](https://pragprog.com/book/smreactjs/reactive-programming-with-rxjs). Code can be found [here](https://github.com/LukaJCB/RxScalaJsSamples).
- [More Samples](https://github.com/LukaJCB/RxScalaJsSamples/blob/master/src/main/scala/samples/main/Samples.scala) - How to use some of the most important operations in RxScala.js



## Bugs and Feedback
Expand Down

0 comments on commit d7ca098

Please sign in to comment.