Skip to content

Commit e94d3cd

Browse files
sgreenbergTakashi Matsuo
authored andcommitted
Fix typo in README.md (GoogleCloudPlatform#286)
cd php-docs-samples/vision/api should be cd php-docs-samples/translate/api
1 parent 800f946 commit e94d3cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translate/api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ https://cloud.google.com/translate/).
1313
3. **Clone the repo** and cd into this directory
1414
```
1515
$ git clone https://github.com/GoogleCloudPlatform/php-docs-samples
16-
$ cd php-docs-samples/vision/api
16+
$ cd php-docs-samples/translate/api
1717
```
1818
4. **Install dependencies** via [Composer](http://getcomposer.org/doc/00-intro.md).
1919
Run `php composer.phar install` (if composer is installed locally) or `composer install`

0 commit comments

Comments
 (0)