From ea1a4a38cbf9081130565a1a600613ba57cc4111 Mon Sep 17 00:00:00 2001 From: Emerson Jair Date: Sat, 4 Apr 2020 11:48:19 -0300 Subject: [PATCH] replace go with PHP in PHP sample (#2365) --- docs/serving/samples/hello-world/helloworld-php/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/serving/samples/hello-world/helloworld-php/README.md b/docs/serving/samples/hello-world/helloworld-php/README.md index 32eea2fae..9e86476aa 100644 --- a/docs/serving/samples/hello-world/helloworld-php/README.md +++ b/docs/serving/samples/hello-world/helloworld-php/README.md @@ -5,7 +5,7 @@ weight: 1 type: "docs" --- -A simple web app written in Go that you can use for testing. It reads in an env +A simple web app written in PHP that you can use for testing. It reads in an env variable `TARGET` and prints `Hello ${TARGET}!`. If `TARGET` is not specified, it will use `World` as the `TARGET`.