From 254c6deca76c22780f5d4afa47ff302b87f0a12b Mon Sep 17 00:00:00 2001 From: Stephen Levine Date: Tue, 1 Nov 2016 22:16:24 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98773fc..15fc819 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ SUBCOMMANDS: CF Local uses Docker to build and run Cloud Foundry apps locally. CF Local also supports downloading apps (droplets & settings) from a full CF installation. -App settings (currently env vars and a start command) are downloaded to or manually specified in ./local.yml" -If no buildpack is specified during staging, the latest standard buildpacks are used to detect and compile your app. +App settings (currently env vars and a start command) are downloaded to or manually specified in ./local.yml. +If no buildpack is specified during staging, the latest standard CF buildpacks are used to detect and compile your app. TODO: - `cf local push` - upload apps to a CF installation