chiark / gitweb /
README.md: Clarify wording re `packages`
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 19 Jun 2020 11:02:03 +0000 (12:02 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 19 Jun 2020 11:02:03 +0000 (12:02 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
README.md

index 4b93e97b31e0ab84c97247e35dfc1f38854d8093..d43afec24d0aa9e4506a63c92e84aaa81b778463 100644 (file)
--- a/README.md
+++ b/README.md
@@ -87,8 +87,8 @@ strings or dictionaries (e.g. in `Cargo.nail`, write something like:
 `[packages.mylibrary]` `subdir='mylibrary-test'` or `[packages]`
 `mylibrary='mylibrary-test'`).  These override the locations for the
 specified packages (so you can, for example, have multiple trees with
-the same package in).  The `subdir` values are also added to the list
-of directories where `Cargo.toml` should be massaged.
+the same package in).  These subdirectories are also added to the list
+of places where `Cargo.toml` should be massaged.
 
 Out-of-tree builds
 ==================