From 6973090b66306efad03a2cb14d4ee74128c437b7 Mon Sep 17 00:00:00 2001 From: mohammad javad safari <95472540+Javadyakuza@users.noreply.github.com> Date: Thu, 26 Sep 2024 03:02:43 +0330 Subject: [PATCH] fix(readme): Fix the package name in installation part Change the `maestro` to `maestro-rust-sdk` for the rust analyzer to recognize the package. p.s. The package name can alternatively be changed for the sake of simplicity. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9f09c5..d68e306 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ ```toml [dependencies] -maestro = { git = "https://github.com/maestro-org/rust-sdk.git" } +maestro-rust-sdk = { git = "https://github.com/maestro-org/rust-sdk.git" } ``` ```rust