From 474ce57f14eb37c3777a4d129d1dd1bdaca916c3 Mon Sep 17 00:00:00 2001 From: Puneet Behl Date: Mon, 29 Feb 2016 10:40:43 +0530 Subject: [PATCH] Updated plugin name in README --- README.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index 2bc97c25..0166b1f5 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -16,7 +16,7 @@ Edit your project's +build.gradle+ file, by adding the plugin's dependency decla ---- dependencies { ... - compile "org.grails.plugins:elasticsearch-grails-plugin:1.0.0" + compile "org.grails.plugins:elasticsearch:1.0.0" ... }