1
0
mirror of https://github.com/docker/cli.git synced 2026-01-15 07:40:57 +03:00

Merge pull request #32941 from ryancooper7/patch-1

Minor grammatical fix
Upstream-commit: f9f66f946feceb43f88f2f9ffb0a880b56bb48d6
Component: engine
This commit is contained in:
Doug Davis
2017-05-01 05:41:47 -04:00
committed by GitHub

View File

@@ -14,8 +14,8 @@ It consists of various components in this repository:
The API is defined by the [Swagger](http://swagger.io/specification/) definition in `api/swagger.yaml`. This definition can be used to:
1. To automatically generate documentation.
2. To automatically generate the Go server and client. (A work-in-progress.)
1. Automatically generate documentation.
2. Automatically generate the Go server and client. (A work-in-progress.)
3. Provide a machine readable version of the API for introspecting what it can do, automatically generating clients for other languages, etc.
## Updating the API documentation