Skip to content

Commit

Permalink
Merge pull request #126 from sgc109/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
aaronweihe authored Jan 5, 2020
2 parents 9ddccbf + 0faa0b5 commit c17e01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Use Scarlet to create an implementation:
val scarletInstance = Scarlet.Builder()
.webSocketFactory(okHttpClient.newWebSocketFactory("wss://ws-feed.gdax.com"))
.addMessageAdapterFactory(MoshiMessageAdapter.Factory())
.addStreamAdapterFactory(RxJava2StreamAdapter.Factory())
.addStreamAdapterFactory(RxJava2StreamAdapterFactory())
.build()

val gdaxService = scarletInstance.create<GdaxService>()
Expand Down

0 comments on commit c17e01e

Please sign in to comment.