From e88d73663dadaca828f80c81edd81fb5abe4afda Mon Sep 17 00:00:00 2001 From: Michael Su Date: Mon, 24 Nov 2014 17:15:42 -0800 Subject: [PATCH] Added missing space to README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6489d420..920f1ea3 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ See the [documentation](docs/web.md) for more details. cAdvisor exposes its raw and processed stats via a versioned remote REST API. See the API's [documentation](docs/api.md) for more information. -There is also an official Go client implementation in the [client](client/) directory. See the[documentation](docs/clients.md) for more information. +There is also an official Go client implementation in the [client](client/) directory. See the [documentation](docs/clients.md) for more information. ## Roadmap