[doc/book] Change title to The Cargo Book
authorBehnam Esfahbod <behnam@zwnj.org>
Thu, 2 Nov 2017 17:54:36 +0000 (10:54 -0700)
committerBehnam Esfahbod <behnam@zwnj.org>
Thu, 2 Nov 2017 17:54:36 +0000 (10:54 -0700)
Also add "community’s" to description of crates.io, as Cargo now
supports multiple registries.

src/doc/book/book.toml
src/doc/book/src/index.md

index 1b84b2978c2482ec472913d57596496419b8414a..1f21e1e2e7b72b9159ca79960f0548264e9107c6 100644 (file)
@@ -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"
index 3de0fc137e9fba0f105dd9e5206ca8c3493d82b3..3668be0f95d96a82ca3bd152bd5e4f8608907e43 100644 (file)
@@ -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