From 94709d5b16f72babea23e59cfc56650f70964453 Mon Sep 17 00:00:00 2001 From: Guido Westenberg Date: Thu, 23 Apr 2015 15:16:43 -0500 Subject: [PATCH] Update README.md Corrected plugin name as published in the Community repository --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e776e2f..0bb7b04 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ production (current) #####Install from CLI ``` $ cf add-plugin-repo CF-Community http://plugins.cloudfoundry.org/ - $ cf install-plugin cf-targets-plugin -r CF-Community + $ cf install-plugin targets -r CF-Community ```