Skip to content

Commit f27b5c3

Browse files
Fix markdown and simplify command
1 parent 25eaa09 commit f27b5c3

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

gcloud-java-examples/README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Examples for gcloud-java (Java idiomatic client for [Google Cloud Platform][clou
99
[![Codacy Badge](https://api.codacy.com/project/badge/grade/9da006ad7c3a4fe1abd142e77c003917)](https://www.codacy.com/app/mziccard/gcloud-java)
1010
[![Dependency Status](https://www.versioneye.com/user/projects/56bd8ee72a29ed002d2b0969/badge.svg?style=flat)](https://www.versioneye.com/user/projects/56bd8ee72a29ed002d2b0969)
1111

12-
- [Homepage] (https://googlecloudplatform.github.io/gcloud-java/)
13-
- [Examples] (http://googlecloudplatform.github.io/gcloud-java/apidocs/index.html?com/google/cloud/examples/package-summary.html)
12+
- [Homepage](https://googlecloudplatform.github.io/gcloud-java/)
13+
- [Examples](http://googlecloudplatform.github.io/gcloud-java/apidocs/index.html?com/google/cloud/examples/package-summary.html)
1414

1515
Quickstart
1616
----------
@@ -37,8 +37,8 @@ To run examples from your command line:
3737

3838
2. Set your current project using `gcloud config set project PROJECT_ID`. This step is not necessary for `ResourceManagerExample`.
3939

40-
3. Compile using Maven: `mvn install -DskipTests -Dmaven.javadoc.skip=true -Dmaven.source.skip=true` in command line from your base project directory
41-
then `cd gcloud-java-examples` and finally `mvn package appassembler:assemble -DskipTests -Dmaven.javadoc.skip=true -Dmaven.source.skip=true`.
40+
3. Compile using Maven: `mvn install -DskipTests` in command line from your base project directory
41+
then `cd gcloud-java-examples` and finally `mvn package appassembler:assemble -DskipTests`.
4242

4343
4. Run an example from the command line using the Maven-generated scripts.
4444

@@ -70,6 +70,7 @@ To run examples from your command line:
7070
target/appassembler/bin/DatastoreExample your-project-id my_name add my\ comment
7171
target/appassembler/bin/DatastoreExample your-project-id my_name display
7272
target/appassembler/bin/DatastoreExample your-project-id my_name delete
73+
```
7374
7475
* Here's an example run of `DnsExample`.
7576
@@ -136,7 +137,7 @@ Java 7 or above is required for using this client.
136137
Versioning
137138
----------
138139
139-
This library follows [Semantic Versioning] (http://semver.org/).
140+
This library follows [Semantic Versioning](http://semver.org/).
140141
141142
It is currently in major version zero (``0.y.z``), which means that anything
142143
may change at any time and the public API should not be considered

0 commit comments

Comments
 (0)