Skip to content

Commit c7d4e48

Browse files
jean-philippe-martinmziccard
authored andcommitted
Fix markdown and simplify command
1 parent fde7cd8 commit c7d4e48

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

gcloud-java-examples/README.md

+5-5
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

@@ -159,7 +159,7 @@ Java 7 or above is required for using this client.
159159
Versioning
160160
----------
161161
162-
This library follows [Semantic Versioning] (http://semver.org/).
162+
This library follows [Semantic Versioning](http://semver.org/).
163163
164164
It is currently in major version zero (``0.y.z``), which means that anything
165165
may change at any time and the public API should not be considered

0 commit comments

Comments
 (0)