From d2622bbe11d492662ceb60d6810e7000897023cb Mon Sep 17 00:00:00 2001 From: Foorack Date: Sun, 8 Aug 2021 00:05:42 +0200 Subject: [PATCH] chore: fix types on README and bump to 1.0.2 --- Cargo.toml | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f27592e..4ded48b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vrchatapi" -version = "1.0.1" +version = "1.0.2" authors = ["OpenAPI Generator team and contributors"] license = "MIT" edition = "2018" diff --git a/README.md b/README.md index 3f3e316..fa209f1 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ ![](https://github.com/vrchatapi/vrchatapi.github.io/blob/master/assets/img/lang/lang_rust_banner_1500x300.png?raw=true) -# vrchat-node +# VRChat API Library for Rust -A NodeJS client to interact with the unofficial VRChat API. Supports all REST calls specified in https://github.com/vrchatapi/specification. +A Rust client to interact with the unofficial VRChat API. Supports all REST calls specified in https://github.com/vrchatapi/specification. ## Disclaimer @@ -23,7 +23,7 @@ Put the package under your project folder and add the following to `Cargo.toml` vrchatapi = "^1.0" ``` -See the [example.js](https://github.com/vrchatapi/vrchatapi-rust/blob/master/examples/online.js) for getting started. +See the [examples/online.rs](https://github.com/vrchatapi/vrchatapi-rust/blob/master/examples/online.rs) for getting started. ## Contributing