From 585c411bd94217eec87598fc5337ec9d1785a896 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rogelio=20V=C3=A1zquez-Rivera?= Date: Mon, 11 Jun 2018 14:02:15 -0400 Subject: [PATCH] Updated instructions for changing space --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3659e08..f6261eb 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ To get started you might want to create a new space in your organization. Here a - Install [Cloud Functions CLI](https://console.bluemix.net/openwhisk/learn/cli) - To create a new space run - `bx cf create-space WatsonWorkspace` -- It will return a `cf` command to set your target to your new space. You'll just want to add `bx` to the front of it since `cf` is a subcommand of `bx` +- It will return a `cf` command to set your target to your new space. You'll just want to replace `cf` with `bx`. You can use the [Dumper](samples/Dumper) deployment to assist in your application development. It creates simple functions that just dump their input contents to a log. This is useful for understanding the events that are being published by this application.