diff --git a/README.md b/README.md index 123e4cf76bb3..0fb8d82623b5 100644 --- a/README.md +++ b/README.md @@ -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