From 21ffe10aee58fc057b583eeeb5f279f4d3a41a35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20J=C3=BAnior?= Date: Thu, 22 Aug 2013 11:41:56 -0300 Subject: [PATCH] Changed description of the dependency in the docs --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index da3e077..71d00af 100644 --- a/readme.md +++ b/readme.md @@ -12,7 +12,7 @@ There is a [JIRA][2] open for this issue but since it's easy to provide an alter ## Installation -Add `compile ':gson:1.1.4'` to `grails-app/conf/BuildConfig.groovy`. +Add `compile 'org.grails.plugins:gson:1.1.4'` to `grails-app/conf/BuildConfig.groovy`. ## Usage