From 929e291ab8adad035a06f90a1b3cbdeaa90c9c38 Mon Sep 17 00:00:00 2001 From: David Westgate Date: Fri, 27 Oct 2023 18:15:02 -0700 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 551dc1d..0eef9b7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # rust-irc -client and server irc implementation in Rust +Here we have a simple irc-like client and server application in rust, and libraries to support them both + + +## Table of Contents +* [Installation](#installation) +* [Basic Usage](#basic-usage) +