Skip to content

Commit 8953200

Browse files
committedFeb 24, 2022
Fix typo
1 parent 3a77c45 commit 8953200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Learn about reactive programming with these projects:
44

5-
- Start with [reactive-programming](/reactive-programming) and see how a 1 thread can successfully serve 10 users.
5+
- Start with [reactive-programming](/reactive-programming) and see how one thread can successfully serve 10 users.
66
- Take a look at [blocking-service](/blocking-service) to see a typical REST web service with JDBC connections.
77
- See how to use the `Flux` class and [R2DBC](https://r2dbc.io/) to build a fully reactive service.
88
- Compare the the throughput using [Artillery](https://www.artillery.io/). See how many HTTP 200 OK responses you get on each service (test scripts included on each service project).

0 commit comments

Comments
 (0)
Please sign in to comment.