Skip to content

Commit

Permalink
docs: Fix openwhisk documentation (#11705)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferror committed Jan 26, 2023
1 parent e076453 commit 87bc501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/providers/openwhisk/examples/hello-world/php/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ Run `npm install` in the service directory.

## 4. Invoke deployed function

`serverless invoke --function helloWorld` or `serverless invoke -f helloWorld`
`serverless invoke --function hello` or `serverless invoke -f hello`

`-f` is shorthand for `--function`

In your terminal window you should see the response from Apache OpenWhisk

```bash
{
"payload": "Hello, World!"
"greeting": "Hello, stranger!"
}
```

Expand Down

0 comments on commit 87bc501

Please sign in to comment.