From 288b01aa65dc6f24b25b4cb52f236971dae24901 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 14:30:48 +0530 Subject: [PATCH] Update README.md --- core-java-modules/core-java-nio/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-java-modules/core-java-nio/README.md b/core-java-modules/core-java-nio/README.md index b64a436957..5483e379f9 100644 --- a/core-java-modules/core-java-nio/README.md +++ b/core-java-modules/core-java-nio/README.md @@ -6,7 +6,7 @@ This module contains articles about core Java non-blocking input and output (IO) - [Determine File Creation Date in Java](https://www.baeldung.com/java-file-creation-date) - [Find the Number of Lines in a File Using Java](https://www.baeldung.com/java-file-number-of-lines) -- [A Guide to NIO2 Asynchronous File Channel](https://www.baeldung.com/java-nio2-async-file-channel) +- [A Guide To NIO2 Asynchronous File Channel](https://www.baeldung.com/java-nio2-async-file-channel) - [A Guide to NIO2 FileVisitor](https://www.baeldung.com/java-nio2-file-visitor) - [Guide to Java FileChannel](https://www.baeldung.com/java-filechannel) - [A Guide to NIO2 File Attribute APIs](https://www.baeldung.com/java-nio2-file-attribute)