diff options
| -rw-r--r-- | data-code-generator/README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/data-code-generator/README.md b/data-code-generator/README.md index 294242c9..5b9a6139 100644 --- a/data-code-generator/README.md +++ b/data-code-generator/README.md @@ -1,7 +1,8 @@ -Generate code for reading/writing packets from [Burger](https://github.com/pokechu22/Burger). The only dependency is `requests`. +Tools for generating code. The directory name doesn't start with `azalea-` because it's not a Rust crate. ## Usage -`python main.py [packet id] [clientbound or serverbound] \[game/handshake/login/status\]`
\ No newline at end of file +Generate packet:\ +`python main.py [packet id] [clientbound or serverbound] \[game/handshake/login/status\]` |
