Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 4ba2a19

Browse files
authored
Merge pull request #9 from IBM/update_for_oscon
Update simple getting started for OSCON.
2 parents d812c04 + b4bec94 commit 4ba2a19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ function main(params) {
6868
## Upload actions and test
6969
The next step will be to create OpenWhisk actions from the JavaScript functions that we just created. To create an action, use the wsk CLI command: `wsk action create [action name] [JavaScript file]`
7070
```bash
71-
wsk action update create-cat create-cat.js
72-
wsk action update fetch-cat fetch-cat.js
71+
wsk action create create-cat create-cat.js
72+
wsk action create fetch-cat fetch-cat.js
7373
```
7474
OpenWhisk actions are stateless code snippets that can be invoked explicitly or in response to an event. For right now, we will test our actions by explicitly invoking them. Later, we will trigger our actions in response to an HTTP request. Invoke the actions using the code below and pass the parameters using the `--param` command line argument.
7575

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /