chiark / gitweb /
README.md: Remove ` ` around nailing-cargo and cargo
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 19 Jun 2020 10:54:32 +0000 (11:54 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 19 Jun 2020 10:58:08 +0000 (11:58 +0100)
Reported-by: Mark Wooding <mdw@distorted.org.uk>
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
README.md

index bd1581f5f1fa972328d35995e4e1f20ae2f9ef7e..e284d2383715cd5c8f615e5c4c37be8fefa4e366 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 nailing-cargo
 =============
 
-This is a wrapper tool for `cargo`, the Rust build tool and package
+This is a wrapper tool for cargo, the Rust build tool and package
 manager.  Functions:
 
  * Conveniently use local crates, including completely
@@ -16,7 +16,7 @@ manager.  Functions:
 
 These functions are of course configurable.
 
-The primary source of information for `nailing-cargo` is the file
+The primary source of information for nailing-cargo is the file
 `../Cargo.nail` (which is in TOML syntax).  You put `Cargo.nail`
 alongside the top-level git repositories you are working with, and
 invoke nailing-cargo from the git directory containing the Rust
@@ -278,7 +278,7 @@ To control use of alternative Cargo.lock filename, use the section
 Running the command
 ===================
 
-Normally you pass `cargo` as an argument to `nailing-cargo`.  But you
+Normally you pass cargo as an argument to nailing-cargo.  But you
 can also pass `make` or any other command.  You may need to pass
 `--no-cargo-manifest-args` (aka `-M`) to nailing-cargo, to avoid
 passing options like `--manifest-path` to `make` or whatever.