From 7fd09272550885d1b8a69e34474ca66b52fceea6 Mon Sep 17 00:00:00 2001 From: Mike Pustovalov Date: Tue, 16 Jan 2018 12:25:27 +0300 Subject: [PATCH] Fix artifact name --- src/docs/asciidoc/index.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/asciidoc/index.adoc b/src/docs/asciidoc/index.adoc index 55542a5..4438697 100644 --- a/src/docs/asciidoc/index.adoc +++ b/src/docs/asciidoc/index.adoc @@ -11,7 +11,7 @@ Install the plugin by adding a dependency in `build.gradle` [source, groovy] ---- -compile 'or.grails.plugins:cache-headers:2.0.1' +compile 'org.grails.plugins:cache-headers:2.0.1' ---- == Description @@ -323,4 +323,4 @@ cache: shared: true ---- -To use presets, see the above description for the `cache(String presetName)` method variant. \ No newline at end of file +To use presets, see the above description for the `cache(String presetName)` method variant.