Skip to content

Commit 0fe6727

Browse files
authored
Update README.md
Fix spelling
1 parent 0e830b1 commit 0fe6727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Create the request.
1515
SseRequest request = new SseRequest(YOUR_REQUEST_URI);
1616
```
1717

18-
Create the SSE client instance and provice `ExecutorService` instance to run the requests in a new thread.
18+
Create the SSE client instance and provide `ExecutorService` instance to run the requests in a new thread.
1919
```
2020
ApacheHttpSseClient sseClient = new ApacheHttpSseClient(asyncClient, Executors.newFixedThreadPool(CONCURRENT_SSE_STREAMS));
2121
```

0 commit comments

Comments
 (0)