Skip to content

Commit

Permalink
Minor corrections to the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbn committed Jan 22, 2023
1 parent b835119 commit 7aa917b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# stevedore

`stevedore` is a small command line tool taking it's name from the worker working on the dock with loading cargo unto ships.
`stevedore` is a small command line tool taking it's name from the worker working on the dock with loading cargo onto ships.

REF: [Wikipedia][WIKIPEDIA]

Expand All @@ -16,8 +16,8 @@ The above example

1. Locates the `.dockerignore` file
1. Reads the current directory (specified as `.`) recursively
1. Compares the located `.dockerignore` file with the contents of the specified directory
1. Outputs a report
1. Compares the located `.dockerignore` file with the contents of the specified directory and below
1. Outputs a more or less expressive and colourful report

```text
. included
Expand Down Expand Up @@ -90,7 +90,7 @@ These will render the same result.

You can add an ignore file, named `.stevedoreignore` to your directory. It will tell `stevedore` what files and directories to ignore prior to making it's analysis.

Meaning that patterns in this files matched, will be excluded.
Meaning that patterns in this file which are matched, will be excluded.

The `.stevedoreignore` file follows the general implementation pattern. and example could be:

Expand Down

0 comments on commit 7aa917b

Please sign in to comment.