From 13cace4f0bdc4767fd17643d1d7bdcac9c36efc3 Mon Sep 17 00:00:00 2001 From: BranndonWork Date: Wed, 4 Apr 2018 05:01:01 -0400 Subject: [PATCH] Updated readme.md Removed Go (Golang) from the readme, and replaced it with PHP --- examples/hello/php/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```