From ba9059c7cfdcc32256511dde2bc27a5e74f54a61 Mon Sep 17 00:00:00 2001 From: Marco Ziccardi Date: Thu, 3 Dec 2015 18:15:01 +0100 Subject: [PATCH] Fix gradle dependency in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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