Skip to content

Commit b4ee226

Browse files
authored
fixes list in Speech API README
1 parent d07b175 commit b4ee226

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

speech/api/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@ php speech.php transcribe test/data/audio32KHz.flac --encoding FLAC --sample-rat
3333
## Troubleshooting
3434

3535
If you have not set a timezone you may get an error from php. This can be resolved by:
36-
a) Finding where the php.ini is stored by running php -i | grep 'Configuration File'
37-
b) Finding out your timezone from the list on this page: http://php.net/manual/en/timezones.php
38-
c) Editing the php.ini file (or creating one if it doesn't exist)
39-
d) Adding the timezone to the php.ini file e.g., adding the following line: date.timezone = "America/Los_Angeles"
36+
37+
1. Finding where the php.ini is stored by running php -i | grep 'Configuration File'
38+
1. Finding out your timezone from the list on this page: http://php.net/manual/en/timezones.php
39+
1. Editing the php.ini file (or creating one if it doesn't exist)
40+
1. Adding the timezone to the php.ini file e.g., adding the following line: date.timezone = "America/Los_Angeles"
4041

4142
[speech-api]: http://cloud.google.com/speech
4243
[google-cloud-php]: https://googlecloudplatform.github.io/google-cloud-php/

0 commit comments

Comments
 (0)