Skip to content

Commit

Permalink
Tweak packet_inspector README
Browse files Browse the repository at this point in the history
  • Loading branch information
rj00a authored Sep 6, 2022
1 parent 08ee7ac commit 9ab54cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packet_inspector/src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The packet inspector is a very simple Minecraft proxy for viewing the contents of packets as they are sent/received.
It uses Valence's protocol facilities to print packet contents.
This was made for two purposes:
This was made for three purposes:
- Check that packets between Valence and client are matching your expectations.
- Check that packets between vanilla server and client are parsed correctly by Valence.
- Understand how the protocol works between the vanilla server and client.
Expand All @@ -11,7 +11,7 @@ This was made for two purposes:

First, start a server

```
```sh
cargo r -r --example conway
```
In a separate terminal, start the packet inspector.
Expand Down

0 comments on commit 9ab54cc

Please sign in to comment.