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

Commit f38e8a5

Browse files
committed
Tweaked README after Abby's comment
1 parent 2d09bc5 commit f38e8a5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 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 images you can run any of the following analyzers:
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:
3737

3838
```
3939
container-diff <img> [Run all analyzers]
@@ -44,7 +44,7 @@ container-diff <img> -a [Apt]
4444
container-diff <img> -n [Node]
4545
```
4646

47-
To use container-diff to perform a diff analysis on two images, you need two Docker images (in the form of an ID, tarball, or URL from a repo). Once you have those images you can run any of the following differs:
47+
To use container-diff to perform a diff analysis on two images, you need two Docker images (in the form of an ID, tarball, or URL from a repo). Once you have those images, you can run any of the following differs:
4848
```
4949
container-diff <img1> <img2> [Run all differs]
5050
container-diff <img1> <img2> -d [History]
@@ -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 follow format:
8989
```
9090
{
9191
"Image": "foo",
@@ -152,7 +152,7 @@ type HistDiff struct {
152152

153153
### Filesystem Diff
154154

155-
The filessystem differ has the following json output structure:
155+
The filesystem differ has the following json output structure:
156156

157157
```
158158
type DirDiff struct {
@@ -244,7 +244,7 @@ Version differences: None
244244

245245
Feel free to develop your own analyzer leveraging the utils currently available. PRs are welcome.
246246

247-
### Custom Differ Quickstart
247+
### Custom Analyzer Quickstart
248248

249249
In order to quickly make your own analyzer, follow these steps:
250250

0 commit comments

Comments
 (0)