Skip to content

Commit 951eddd

Browse files
authored
Update README.md
1 parent 367d61f commit 951eddd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# java12-nio-non-blocking-client-server-workshop
1+
# java12-nio-non-blocking-client-server-workshop
22

33
_Reference_: https://www.udemy.com/java-non-blocking-io-with-javanio-and-design-patterns/
44
_Reference_: https://github.com/kabutz/Transmogrifier
@@ -153,4 +153,4 @@ registered with that selector
153153
* it can return 0 if the `wakeup()` method of the selector is invoked
154154
* `select()` - return value is not a count of ready channels, but the number of channels
155155
that became ready since the last invocation of `select()`
156-
* `wakeup()` provides the capability to gracefully break out a thread from a blocked `select()` invocation
156+
* `wakeup()` provides the capability to gracefully break out a thread from a blocked `select()` invocation

0 commit comments

Comments
 (0)