From 293eb7777ca110ad314ecd96aa5614459ed22334 Mon Sep 17 00:00:00 2001 From: Foorack Date: Sat, 7 Aug 2021 23:52:43 +0200 Subject: [PATCH] docs(readme): correct example link and dependency import --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44dec53..3f3e316 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,10 @@ As stated, this documentation was not created with the help of the official VRCh Put the package under your project folder and add the following to `Cargo.toml` under `[dependencies]`: ``` - vrchatapi = { path = "./generated" } + vrchatapi = "^1.0" ``` -See the [example.js](https://github.com/vrchatapi/vrchatapi-rust/blob/master/example.js) for getting started. +See the [example.js](https://github.com/vrchatapi/vrchatapi-rust/blob/master/examples/online.js) for getting started. ## Contributing