Skip to content

Commit cf0ec46

Browse files
BrandonYtswast
authored andcommitted
I was wrong, the backticks were necessary.
1 parent 2d08062 commit cf0ec46

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

storage/json-api/README.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,36 @@ Google Cloud Storage Service features a REST-based API that allows developers to
88

99
1. Setup the gcloud tool.
1010

11-
gcloud init
11+
```
12+
gcloud init
13+
```
1214

1315
1. Clone this repo.
1416

15-
git clone https://github.com/GoogleCloudPlatform/java-docs-samples.git
17+
```
18+
git clone https://github.com/GoogleCloudPlatform/java-docs-samples.git
19+
```
1620

1721
1. Install [Maven](http://maven.apache.org/).
1822

1923
1. Build this project from this directory:
2024

21-
mvn package
25+
```
26+
mvn package
27+
```
2228

2329
1. Run one of the sample apps by specifying its class name and a bucket name:
2430

25-
mvn exec:java -Dexec.mainClass=StorageSample \
26-
-Dexec.args="ABucketName"
31+
```
32+
mvn exec:java -Dexec.mainClass=StorageSample \
33+
-Dexec.args="ABucketName"
34+
```
2735

2836
Note that if it's been a while, you may need to login with gcloud.
2937

30-
gcloud auth login
38+
```
39+
gcloud auth login
40+
```
3141

3242
## Products
3343
- [Google Cloud Storage][2]

0 commit comments

Comments
 (0)