Skip to content

Commit 61a3d8a

Browse files
authored
Update README for PHP sample
1 parent 03e2508 commit 61a3d8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Samples-Http/PHP/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ XML module for PHP is necessary to build SSML.
77
## Usage
88

99
1. Get unified api key for [Free](https://azure.microsoft.com/en-us/try/cognitive-services/?api=speech-services) or [Paid](https://go.microsoft.com/fwlink/?LinkId=872236)
10-
1. Fill the key to the line in code `$apiKey = "Your api key goes here";`
11-
1. Run `php TTSService.php` to get the result
10+
1. Set environment variables `MYREGION` and `MYKEY`
11+
1. Run `php TTSService.php` to get the result

0 commit comments

Comments
 (0)