From 528d64b6f90bec3d97a1de19318f8ff4be493ef6 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Wed, 25 Mar 2026 21:01:29 -0500 Subject: [PATCH] fix: fix mistakes in README.md documentation related to install command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7df6c4d..604e225 100644 --- a/README.md +++ b/README.md @@ -33,14 +33,14 @@ Requires Rust edition 2021 or later (Rust 1.56+). Add the SDK to your project using Cargo: ```sh -cargo add onspring +cargo add onspring-api-sdk-rust ``` Or add it directly to your `Cargo.toml`: ```toml [dependencies] -onspring = "0.1" +onspring-api-sdk-rust = "" tokio = { version = "1", features = ["full"] } ```