Skip to content

Commit 0bdd903

Browse files
committed
update readme
1 parent 3e7edb9 commit 0bdd903

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,15 @@ It enables following symmetric interaction models:
2323

2424
```groovy
2525
dependencies {
26-
compile 'io.rsocket.kotlin:rsocket-core:0.9.6'
26+
compile 'io.rsocket.kotlin:rsocket-core:0.9.7'
2727
}
2828
```
2929
### Transports
30-
`Netty` based Websockets and TCP transport (`Client` and `Server`)
30+
3131
`OkHttp` based Websockets transport (`Client` only)
3232
```groovy
3333
dependencies {
34-
compile 'io.rsocket.kotlin:rsocket-transport-netty:0.9.6'
35-
compile 'io.rsocket.kotlin:rsocket-transport-okhttp:0.9.6'
34+
compile 'io.rsocket.kotlin:rsocket-transport-okhttp:0.9.7'
3635
}
3736
```
3837
### Usage

0 commit comments

Comments
 (0)