Skip to content

Commit 3282dff

Browse files
Update README.md
1 parent 15fd9dd commit 3282dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rxjava-contrib/rxjava-apache-http/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Execute a request and transform the `byte[]` reponse to a `String`:
8181
});
8282
```
8383

84-
### Streaming Http GET with ServerSentEvents (text/event-stream) Response
84+
### Streaming Http GET with [Server-Sent Events (text/event-stream)](http://www.w3.org/TR/eventsource/) Response
8585

8686
Execute a request and transform the `byte[]` response of each event to a `String`:
8787

0 commit comments

Comments
 (0)