Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Glenn Fiedler <glenn@networknext.com>
  • Loading branch information
gafferongames authored Dec 27, 2023
1 parent cdc4a71 commit 8c99aff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ reliable is stable and production ready.

# Usage

Reliable is designed to operate with your own network library and sockets.
Reliable is designed to operate with your own network library and sockets. If you don't have one of these already, try [netcode](https://github.com/mas-bandwidth/netcode).

To use reliable, create an endpoint on each side of the connection:
First, create an endpoint on each side of the connection:

```c
struct reliable_config_t config;
Expand Down

0 comments on commit 8c99aff

Please sign in to comment.