From ac07aeb1d81f7ee99127821b977f2ce715f0ae22 Mon Sep 17 00:00:00 2001 From: Behnam Esfahbod Date: Thu, 2 Nov 2017 10:54:36 -0700 Subject: [PATCH] [doc/book] Change title to The Cargo Book MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also add "community’s" to description of crates.io, as Cargo now supports multiple registries. --- src/doc/book/book.toml | 2 +- src/doc/book/src/index.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/doc/book/book.toml b/src/doc/book/book.toml index 1b84b2978c2..1f21e1e2e7b 100644 --- a/src/doc/book/book.toml +++ b/src/doc/book/book.toml @@ -1,2 +1,2 @@ -title = "The Cargo Manual" +title = "The Cargo Book" author = "Alex Crichton, Steve Klabnik and Carol Nichols, with Contributions from the Rust Community" diff --git a/src/doc/book/src/index.md b/src/doc/book/src/index.md index 3de0fc137e9..3668be0f95d 100644 --- a/src/doc/book/src/index.md +++ b/src/doc/book/src/index.md @@ -1,10 +1,10 @@ -# The Cargo Manual +# The Cargo Book ![Cargo Logo](images/Cargo-Logo-Small.png) Cargo is the [Rust] *package manager*. Cargo downloads your Rust project’s dependencies, compiles your project, makes packages, and upload them to -[crates.io], the Rust *package registry*. +[crates.io], the Rust community’s *package registry*. ### Sections