From aa3486c1dce6c59b413104ec6d2ea34ef09230bc Mon Sep 17 00:00:00 2001 From: Kevin Kelani Date: Sat, 14 May 2016 18:22:31 -0700 Subject: [PATCH] "Uploading a stemcell" section instructions should read `bosh upload stemcell` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1f3aa3..008dc4c 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ We assume you have already deployed and targeted a BOSH director. For more instr ### 1. Uploading a stemcell -Find the "BOSH Lite Warden" stemcell you wish to use. [bosh.io](https://bosh.io/stemcells) provides a resource to find and download stemcells. Then run `bosh upload release STEMCELL_URL_OR_PATH_TO_DOWNLOADED_STEMCELL`. +Find the "BOSH Lite Warden" stemcell you wish to use. [bosh.io](https://bosh.io/stemcells) provides a resource to find and download stemcells. Then run `bosh upload stemcell STEMCELL_URL_OR_PATH_TO_DOWNLOADED_STEMCELL`. ### 2. Creating a release