Skip to content

Commit 6f89d3d

Browse files
committed
docs(readme): improve wording in install and test sections
1 parent f92afce commit 6f89d3d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ git clone git@github.com:rdavid/shellbase.git &&
157157
./shellbase/app/install
158158
----
159159

160-
Install the file from the released version.
160+
Install the file from a release.
161161
Some operating systems demand administrative rights to install to
162162
`/usr/local/bin`; use `sudo` or `doas` before `tar`:
163163

@@ -231,7 +231,7 @@ Output:
231231

232232
== Test
233233

234-
The project uses Daniel J. Bernstein's build system {url-redo}[`redo`].
234+
The project uses Daniel J. Bernstein's build system, {url-redo}[`redo`].
235235
You can install Sergey Matveev's {url-goredo}[`goredo`] implementation.
236236
`redo lint` applies the following linters to the source files:
237237
{url-actionlint}[`actionlint`],
@@ -243,9 +243,9 @@ You can install Sergey Matveev's {url-goredo}[`goredo`] implementation.
243243
{url-typos}[`typos`],
244244
{url-vale}[`vale`],
245245
{url-yamllint}[`yamllint`].
246-
`redo test` runs unit tests in installed shells.
246+
`redo test` runs unit tests across installed shells.
247247
`redo test-container` runs the tests across various shells in containers.
248-
It uses {url-cv}[David Rabkin]'s {url-goredoer}[`goredoer`] to build
248+
The project uses {url-cv}[David Rabkin]'s {url-goredoer}[`goredoer`] to build
249249
{url-goredo}[`goredo`].
250250

251251
== Links

0 commit comments

Comments
 (0)