Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit 6c212b1

Browse files
committed
Tweaked README after Nick's comments
1 parent f38e8a5 commit 6c212b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Download the [container-diff-windows-amd64.exe](https://storage.googleapis.com/c
3333

3434
## Quickstart
3535

36-
To use container-diff to perform single image analysis, you need one Docker image (in the form of an ID, tarball, or URL from a repo). Once you have that image, you can run any of the following analyzers:
36+
To use container-diff to perform analysis on a single image, you need one Docker image (in the form of an ID, tarball, or URL from a repo). Once you have that image, you can run any of the following analyzers:
3737

3838
```
3939
container-diff <img> [Run all analyzers]
@@ -85,7 +85,7 @@ To use the docker client instead of shelling out to your local docker daemon, ad
8585

8686
## Analysis Result Format
8787

88-
The JSONs for analysis results are in the follow format:
88+
The JSONs for analysis results are in the following format:
8989
```
9090
{
9191
"Image": "foo",
@@ -128,7 +128,7 @@ In this mapping scheme, each package name corresponds to another map where the f
128128

129129
## Diff Result Format
130130

131-
The jsons for diff results are in the follow format:
131+
The JSONs for diff results are in the following format:
132132
```
133133
{
134134
"Image1": "foo",

0 commit comments

Comments
 (0)