From 9dc0aa9fa15503f1c991e74749ec3a2e3002464b Mon Sep 17 00:00:00 2001 From: Priti Desai Date: Wed, 17 Oct 2018 11:14:01 -0700 Subject: [PATCH] Update README.md List of Changes: - replaced all occurrences of "organiser" with "organizer" and similarly for "organisation" with "organization". - replaced `wsk` with `fn` in the initial sections before introducing `wsk` formally --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ceda89a..f00450e 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,8 @@ Follow these instructions to check which default region your lite account has be 1. Open the [IBM Cloud homepage](https://console.bluemix.net/). 2. Click the *"Manage"* menu from the page header. 3. Click the *"[Account > Cloud Foundry Orgs](https://console.bluemix.net/account/organizations)"* option from the drop-down menu. -4. From the [Cloud Foundry Organisations](https://console.bluemix.net/account/organizations) page, click the organisation name listed in the table. -5. Check the "*Region*" value listed in the organisation details table. +4. From the [Cloud Foundry Organizations](https://console.bluemix.net/account/organizations) page, click the organization name listed in the table. +5. Check the "*Region*" value listed in the organization details table. ![Registration page](images/default_region.png) @@ -123,7 +123,7 @@ Follow these instructions to check which default region your lite account has be ``` -4. Run the following command to configure the organisation and space the CLI is targeting. +4. Run the following command to configure the organization and space the CLI is targeting. ``` $ ibmcloud target --cf @@ -162,13 +162,13 @@ Follow these instructions to check which default region your lite account has be 1. Run the following command to invoke a test function from the command-line. ``` - $ ibmcloud wsk action invoke whisk.system/utils/echo -p message hello --result + $ ibmcloud fn action invoke whisk.system/utils/echo -p message hello --result { "message": "hello" } ``` -*If this command executes successfully, you have verified that the IBM Cloud CLI and Cloud Functions plugin have been installed and configured correctly. If this does not work, please contact the workshop organiser to provide assistance!* +*If this command executes successfully, you have verified that the IBM Cloud CLI and Cloud Functions plugin have been installed and configured correctly. If this does not work, please contact the workshop organizer to provide assistance!* ๐ŸŽ‰๐ŸŽ‰๐ŸŽ‰ **Congratulations, you've successfully registered an IBM Cloud account, configured the IBM Cloud CLI for Cloud Functions development and executed your first serverless function! Let's start using the platform to create our own serverless applicationsโ€ฆ** ๐ŸŽ‰๐ŸŽ‰๐ŸŽ‰ @@ -181,7 +181,7 @@ From where you cloned this git repo: You should see: { - "greetings": "Hello! Welcome to OpenWhisk" + "greetings": "Hello World Welcome to OpenWhisk" } "--result" means just show the results. Omit that, and see what you get back :) @@ -214,7 +214,7 @@ This also adds the "--blocking" flag, discussed below. * To get everything (not just result): ibmcloud wsk activation get 5923d0321aa04fffa3d0321aa0cfffc2 -* ibmcloud fn action update helloJava target/hello-world-java.jar --main com.example.FunctionApp +* ibmcloud wsk action update helloJava target/hello-world-java.jar --main com.example.FunctionApp * This will update the Cloud Function! ### What about logs? @@ -224,4 +224,4 @@ This also adds the "--blocking" flag, discussed below. * look for "logs" * I miss my "tail -f" ... how do I do that? * ibmcloud wsk activation poll - \ No newline at end of file +