summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Leskis <leskis@gmail.com>2020-09-14 10:04:57 +0100
committerAdam Leskis <leskis@gmail.com>2020-09-14 10:04:57 +0100
commitd06c3cfb30f06c4ef8c262d519534675bbbab4ca (patch)
treeb032eb2a275e8c04d397506f8b44200a95a6286d
parent103b05f3c083c857f6fd4c3b3b3e22ace5577d53 (diff)
fix simple typos
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7f958a0..9ef9758 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ command.
**CI Integration**
-Analyze and image and get a pass/fail result based on the image efficiency and wasted space. Simply set `CI=true` in the environment when invoking any valid dive command.
+Analyze an image and get a pass/fail result based on the image efficiency and wasted space. Simply set `CI=true` in the environment when invoking any valid dive command.
**Multiple Image Sources and Container Engines Supported**
@@ -238,7 +238,7 @@ keybinding:
page-down: pgdn
diff:
- # You can change the default files show in the filetree (right pane). All diff types are shown by default.
+ # You can change the default files shown in the filetree (right pane). All diff types are shown by default.
hide:
- added
- removed
@@ -256,7 +256,7 @@ filetree:
show-attributes: true
layer:
- # Enable showing all changes from this layer and ever previous layer
+ # Enable showing all changes from this layer and every previous layer
show-aggregated-changes: false
```