docs(readme): fix link to example

This commit is contained in:
Foorack
2021-08-12 21:46:59 +02:00
parent d2622bbe11
commit 51a51ad249

View File

@ -23,7 +23,7 @@ Put the package under your project folder and add the following to `Cargo.toml`
vrchatapi = "^1.0"
```
See the [examples/online.rs](https://github.com/vrchatapi/vrchatapi-rust/blob/master/examples/online.rs) for getting started.
See the [examples/online.rs](https://github.com/vrchatapi/vrchatapi-rust/blob/main/examples/online.rs) for getting started.
## Contributing