Skip to content

Commit

Permalink
Fix gradle dependency in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mziccard committed Dec 3, 2015
1 parent 761b9a6 commit ba9059c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ If you are using Maven, add this to your pom.xml file
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.gcloud:gcloud-java:jar:0.1.0'
compile 'com.google.gcloud:gcloud-java:0.1.0'
```
If you are using SBT, add this to your dependencies
```Scala
Expand Down

0 comments on commit ba9059c

Please sign in to comment.