diff --git a/README.md b/README.md index 537c08c..43ec672 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Orca is currently in development. It is hard to say what the future of Orca look To set up Orca, you will need to install Rust. You can do this by following the instructions [here](https://www.rust-lang.org/tools/install). Once you have Rust installed, you can add Orca to your Cargo.toml file as a dependency: ```toml [dependencies] -orca = { git = "https://github.com/scrippt-tech/orca" } +orca = { git = "https://github.com/scrippt-tech/orca", package = "orca-core" } ``` # Features