some small grammar fixes

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-07-16 06:24:42 -04:00
parent d5a3e96b0f
commit 3c014c999a
No known key found for this signature in database
GPG key ID: 18F3685C0022BFF3

View file

@ -196,15 +196,15 @@ High: 1
### Generating Static Website for a Registry
`reg` bundles HTTP server that periodically generates static website
with list of registry images and serves it to the web.
`reg` bundles a HTTP server that periodically generates a static website
with a list of registry images and serves it to the web.
It will run vulnerability scanning if you
have a [CoreOS Clair](https://github.com/coreos/clair) server set up
and pass the url with the `--clair` flag.
It is possible to run `reg server` just as one time static generator.
`--once` flag makes `server` exit after it builds HTML listing.
It is possible to run `reg server` just as a one time static generator.
`--once` flag makes the `server` command exit after it builds the HTML listing.
There is a demo at [r.j3ss.co](https://r.j3ss.co).