Skip to content

Commit 2d08062

Browse files
BrandonYtswast
authored andcommitted
Remove unnecessary ```s in the Markdown.
1 parent dceeb5f commit 2d08062

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

storage/json-api/README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,36 +7,27 @@ Google Cloud Storage Service features a REST-based API that allows developers to
77
1. Install the [Google Cloud SDK](https://cloud.google.com/sdk/), including the [gcloud tool](https://cloud.google.com/sdk/gcloud/).
88

99
1. Setup the gcloud tool.
10-
```
10+
1111
gcloud init
12-
```
1312

1413
1. Clone this repo.
1514

16-
```
1715
git clone https://github.com/GoogleCloudPlatform/java-docs-samples.git
18-
```
1916

2017
1. Install [Maven](http://maven.apache.org/).
2118

2219
1. Build this project from this directory:
2320

24-
```
2521
mvn package
26-
```
2722

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

30-
```
3125
mvn exec:java -Dexec.mainClass=StorageSample \
3226
-Dexec.args="ABucketName"
33-
```
3427

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

37-
```
3830
gcloud auth login
39-
```
4031

4132
## Products
4233
- [Google Cloud Storage][2]

0 commit comments

Comments
 (0)