Skip to content

Commit 3e0fd52

Browse files
committed
doc update
1 parent 5c3c2cd commit 3e0fd52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ _Reference_: https://www.youtube.com/watch?v=3m9RN4aDh08
1212
* the main goal of this project is to show how to implement single-threaded and multi-threaded
1313
multiplexed non-blocking server using `java.nio`
1414
* please refer firstly: https://github.com/mtumilowicz/java12-nio-non-blocking-polling-server-workshop
15-
* in the workshop we will try to fix failing tests from `test/*/workshop` package by following steps and hints in
16-
`java/*/workshop` package
17-
* answers: `java/*/answers` package
15+
* in the workshop we will try to fix failing tests from `test/server/workshop` package by following steps and hints in
16+
`java/server/workshop` and `java/hander/workshop` packages
17+
* answers: `java/server/answers`, `java/hander/answers` packages
1818

1919
# theory in a nutshell
2020
# SelectionKey

0 commit comments

Comments
 (0)