From e333121904fa249155e4710123b4fc06bb4a1adc Mon Sep 17 00:00:00 2001 From: Santiago Medina Date: Fri, 8 Dec 2023 22:39:46 -0800 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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