mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
Update README.md
This commit is contained in:
parent
307594723c
commit
6b7ebc8675
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -10,15 +10,15 @@ I named this Azalea because it sounds like a cool word and this is a cool librar
|
|||
|
||||
## Goals
|
||||
|
||||
- Do everything a vanilla client can do
|
||||
- Be easy to use
|
||||
- Bypass most/all anticheats
|
||||
- Support the latest Minecraft version
|
||||
- Be fast
|
||||
- Do everything a vanilla client can do.
|
||||
- Be easy to use.
|
||||
- Bypass most/all anticheats.
|
||||
- Support the latest Minecraft version.
|
||||
- Be fast and memory efficient.
|
||||
|
||||
## Example code
|
||||
|
||||
Note that these doesn't work yet, it's just how I want the API to look.
|
||||
Note that these don't work yet, it's just how I want the API to look.
|
||||
|
||||
```rs
|
||||
use azalea::{Account, Event};
|
||||
|
|
Loading…
Add table
Reference in a new issue