From ac28b820fed4f12cb1b6a36772b11a7ab7abf0a7 Mon Sep 17 00:00:00 2001 From: The Summer <46783121+thesummer43@users.noreply.github.com> Date: Tue, 1 Sep 2020 10:25:22 +0530 Subject: [PATCH] Fixed Typo in chapter-05.md --- .../resources/topic/projects/http-project-guide/chapter-05.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/resources/topic/projects/http-project-guide/chapter-05.md b/src/content/resources/topic/projects/http-project-guide/chapter-05.md index a26d537..a5b69d3 100644 --- a/src/content/resources/topic/projects/http-project-guide/chapter-05.md +++ b/src/content/resources/topic/projects/http-project-guide/chapter-05.md @@ -2,10 +2,10 @@ authors: - "Kibb#4205" created_at: 2020/06/08 -title: "Chapter 4: Reading from the socket" +title: "Chapter 5: Reading from the socket" --- -## Chapter 4: Reading from the socket. +## Chapter 5: Reading from the socket. It's a good start, we have a server that can accept connections. It will write a message to the client.