From 4bde7bbaa57c4a089b5eec1026c21664a811d9c4 Mon Sep 17 00:00:00 2001 From: Donald Oellerich Date: Fri, 22 Jun 2018 17:18:18 -0400 Subject: [PATCH] Update install instructions --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4ae2abc..7c871f6 100644 --- a/README.md +++ b/README.md @@ -9,14 +9,9 @@ Installation Add dependency to your build.gradle for Grails 3.x: ``` -repositories { - ... - maven { url "http://dl.bintray.com/sachinverma/plugins" } -} - dependencies { - compile 'org.grails.plugins:grails-csv:1.0.1' + compile 'org.grails.plugins:csv:1.0.1' } ``` -For further info: [https://github.com/vsachinv/grails-csv/wiki/Grails-CSV] \ No newline at end of file +For further info: [https://github.com/vsachinv/grails-csv/wiki/Grails-CSV]