Update README.md

This commit is contained in:
David Westgate 2023-10-27 18:15:02 -07:00 committed by GitHub
parent 8be81600af
commit 929e291ab8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)