From 898770c3b71a7b70a043ca07f0b6cee1d22546c6 Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Tue, 31 May 2016 16:11:36 -0700 Subject: [PATCH] Update client libraries introduction text Explain what they actually are. Signed-off-by: Ben Firshman Upstream-commit: 2fea5b6e28c6b92ee2e453ad1855d17246d6e08e Component: engine --- .../docs/reference/api/remote_api_client_libraries.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/engine/docs/reference/api/remote_api_client_libraries.md b/components/engine/docs/reference/api/remote_api_client_libraries.md index b82062deff..f6efe8d4d6 100644 --- a/components/engine/docs/reference/api/remote_api_client_libraries.md +++ b/components/engine/docs/reference/api/remote_api_client_libraries.md @@ -11,10 +11,10 @@ weight = 90 # Docker Remote API client libraries -These libraries have not been tested by the Docker maintainers for -compatibility. Please file issues with the library owners. If you find -more library implementations, please list them in Docker doc bugs and we -will add the libraries here. +These libraries make it easier to build applications on top of the Docker +Remote API with various programming languages. They have not been tested by the +Docker maintainers for compatibility, so if you run into any issues, file them +with the library maintainers.