From cc7c3b2d889559ef0a56c5d50f2a2289c1fbd33e Mon Sep 17 00:00:00 2001 From: nsingh Date: Fri, 12 May 2017 13:30:05 -0700 Subject: [PATCH] Minor readme fix --- vscode-extensions/vscode-manifest-yaml/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode-extensions/vscode-manifest-yaml/README.md b/vscode-extensions/vscode-manifest-yaml/README.md index 422e744f5..e57430f0c 100644 --- a/vscode-extensions/vscode-manifest-yaml/README.md +++ b/vscode-extensions/vscode-manifest-yaml/README.md @@ -30,7 +30,7 @@ Would you like to see actual Cloud Foundry values for attributes like `services` For example, if you are connected to a Cloud target that has services, and you invoke content assist in an entry under `services`, you will see the available service instances. In addition, service instances that do not exist in the Cloud target, like `redisserv` in the example below, are highlighted with a warning. -The dynamic content assist also shows which Cloud target you are connected to. +Dynamic content assist also shows which Cloud target you are connected to. ![Dynamic Cloud Foundry Content Assist Screenshot][dcfca]