From 3818d91cd210ecfe3e536055e60db50573e9a2c6 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Thu, 24 Feb 2022 23:04:09 +0530 Subject: [PATCH] fix: broken link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb49239..2c09398 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Blocking vs Non-blocking file I/O -Blocking code is available in [blockin.rs](./src/blocking.rs] and +Blocking code is available in [blockin.rs](./src/blocking.rs) and non-blocking in [async-tokio.rs](./src/async-tokio.rs). Both programs read their respective source files and print it to