Skip to content

Commit e9d7cb6

Browse files
committed
fixes README formatting for storage/api
1 parent a63a93e commit e9d7cb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

storage/api/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This simple command-line application demonstrates how to invoke Google Cloud Sto
2020
```sh
2121
$ git clone https://github.com/GoogleCloudPlatform/php-docs-samples
2222
$ cd php-docs-samples/storage/cli
23-
```
23+
```
2424
4. **Install dependencies** via [Composer](http://getcomposer.org/doc/00-intro.md).
2525
Run `php composer.phar install` (if composer is installed locally) or `composer install`
2626
(if composer is installed globally).
@@ -33,7 +33,7 @@ This simple command-line application demonstrates how to invoke Google Cloud Sto
3333
encryption Upload and download Cloud Storage objects with encryption
3434
object-acl Manage the ACL for Cloud Storage objects
3535
objects Manage Cloud Storage objects
36-
```
36+
```
3737
6. Run `php storage.php COMMAND --help` to print information about the usage of each command.
3838

3939
## Contributing changes

0 commit comments

Comments
 (0)