Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/hello/php/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Quick Example for a PHP Function (4 minutes)

This example will show you how to test and deploy Go (Golang) code to IronFunctions.
This example will show you how to test and deploy PHP code to IronFunctions.

### 1. Prepare the `func.yaml` file:

Expand Down Expand Up @@ -45,4 +45,4 @@ Here's a curl example to show how easy it is to do in any language:

```sh
curl -H "Content-Type: application/json" -X POST -d @hello.payload.json http://localhost:8080/r/phpapp/hello
```
```