diff --git a/examples/hello/php/README.md b/examples/hello/php/README.md index 88b01afc..ace38fff 100644 --- a/examples/hello/php/README.md +++ b/examples/hello/php/README.md @@ -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: @@ -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 -``` \ No newline at end of file +```