diff options
author | David Asabina <as@bina.me> | 2020-01-24 20:47:11 +0100 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2020-01-24 14:47:11 -0500 |
commit | 86726f88f1b6fd168fbd5b0d7e01b027cfc268ac (patch) | |
tree | ef68afe8b6ff8df039ca2a3bd1b1617109cdcda0 /std/manual.md | |
parent | 3059558d41690bb0bc70abd65ac42577019a8072 (diff) |
fix crate name in docs (#3778)
Diffstat (limited to 'std/manual.md')
-rw-r--r-- | std/manual.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/std/manual.md b/std/manual.md index 204701566..3ddf6493b 100644 --- a/std/manual.md +++ b/std/manual.md @@ -141,10 +141,10 @@ Using [Homebrew](https://formulae.brew.sh/formula/deno) (mac): brew install deno ``` -Using [Cargo](https://crates.io/crates/deno_cli): +Using [Cargo](https://crates.io/crates/deno): ```shell -cargo install deno_cli +cargo install deno ``` Deno binaries can also be installed manually, by downloading a tarball or zip |