From 86726f88f1b6fd168fbd5b0d7e01b027cfc268ac Mon Sep 17 00:00:00 2001 From: David Asabina Date: Fri, 24 Jan 2020 20:47:11 +0100 Subject: fix crate name in docs (#3778) --- std/manual.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'std/manual.md') 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 -- cgit v1.2.3