replace go with PHP in PHP sample (#2365)

This commit is contained in:
Emerson Jair 2020-04-04 11:48:19 -03:00 committed by GitHub
parent e0652ab3df
commit ea1a4a38cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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`.