We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e830b1 commit 0fe6727Copy full SHA for 0fe6727
README.md
@@ -15,7 +15,7 @@ Create the request.
15
SseRequest request = new SseRequest(YOUR_REQUEST_URI);
16
```
17
18
-Create the SSE client instance and provice `ExecutorService` instance to run the requests in a new thread.
+Create the SSE client instance and provide `ExecutorService` instance to run the requests in a new thread.
19
20
ApacheHttpSseClient sseClient = new ApacheHttpSseClient(asyncClient, Executors.newFixedThreadPool(CONCURRENT_SSE_STREAMS));
21
0 commit comments