diff --git a/guide/src/getting-started.md b/guide/src/getting-started.md index 5a5b13d..5080515 100644 --- a/guide/src/getting-started.md +++ b/guide/src/getting-started.md @@ -3,7 +3,7 @@ The simplest way to get started is to install the crate using the default features. ```bash -cargo install more-di +cargo add more-di ``` ## Example