Skip to content

Commit

Permalink
docs: remove unnecessary hyphens in protocol readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thegamecracks committed Mar 11, 2024
1 parent 7cc9aca commit c59da48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dumdum/protocol/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit c59da48

Please sign in to comment.