From 51a51ad249ae64c609999b34bb18b3e9c2faf603 Mon Sep 17 00:00:00 2001 From: Foorack Date: Thu, 12 Aug 2021 21:46:59 +0200 Subject: [PATCH] docs(readme): fix link to example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa209f1..c416c48 100644 --- a/README.md +++ b/README.md @@ -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