From e3969c2cea2e0c19f20152a9d3f8f3186c7cd85d Mon Sep 17 00:00:00 2001 From: yupeng Date: Mon, 21 Nov 2016 17:08:28 +0800 Subject: [PATCH] First header should be a top level header Signed-off-by: yupeng Upstream-commit: 4e4541540ff600ae666c6633e3262033c156ad00 Component: cli --- components/cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cli/README.md b/components/cli/README.md index 2b7d81fada..161686c0a6 100644 --- a/components/cli/README.md +++ b/components/cli/README.md @@ -1,4 +1,4 @@ -## Go client for the Docker Remote API +# Go client for the Docker Remote API The `docker` command uses this package to communicate with the daemon. It can also be used by your own Go applications to do anything the command-line interface does – running containers, pulling images, managing swarms, etc.