From c59da4818fa1487bc23351c01ea131363f7e1f6e Mon Sep 17 00:00:00 2001 From: thegamecracks <61257169+thegamecracks@users.noreply.github.com> Date: Mon, 11 Mar 2024 02:56:48 -0400 Subject: [PATCH] docs: remove unnecessary hyphens in protocol readme --- src/dumdum/protocol/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dumdum/protocol/README.md b/src/dumdum/protocol/README.md index 1ea6791..12bce96 100644 --- a/src/dumdum/protocol/README.md +++ b/src/dumdum/protocol/README.md @@ -1,7 +1,7 @@ This contains the [Sans-IO] implementation of the Dumdum protocol. -- [`client/`](client/): Implements the client-side of the protocol. -- [`server/`](server/): Implements the server-side of the protocol. +- [`client/`](client/): Implements the client side of the protocol. +- [`server/`](server/): Implements the server side of the protocol. - [`channel.py`](channel.py): A basic channel dataclass shared between the client and server. - [`constants.py`](constants.py): Defines a few constants used by the protocol. - [`enums.py`](enums.py): Defines the message types that will be sent between the client and server.