Skip to content

Commit e1eb91c

Browse files
committed
Fix typo
1 parent 8f1d7d3 commit e1eb91c

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
@@ -4,7 +4,7 @@ Learn about reactive programming with these projects:
44

55
- Start with [reactive-programming](/reactive-programming) and see how a pool of 2 threads can successfully serve 10 users.
66
- Take a look at [blocking-service](/blocking-service) to see a typical REST web service with JDBC connections.
7-
- See how to use the `Flux` interface and [R2DBC](https://r2dbc.io/) to build a fully reactive service.
7+
- 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).
99

1010
Follow me on [Twitter](https://twitter.com/alejandro_du) and subscribe to the [MariaDB](https://www.youtube.com/mariadb) and [Programming Brain](https://www.youtube.com/user/jaal2000) channels on YouTube!

0 commit comments

Comments
 (0)