Skip to content

Commit

Permalink
fix(readme): Fix the package name in installation part
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Javadyakuza authored Sep 25, 2024
1 parent 420cb53 commit 6973090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6973090

Please sign in to comment.