From 6a9758842177d0780739e599410a7a6bdf61c1b1 Mon Sep 17 00:00:00 2001 From: Mattias Reichel Date: Thu, 20 Oct 2022 13:31:51 +0200 Subject: [PATCH] Updated the installation version in the Readme file. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 324a25f..b741a76 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,8 @@ Add the plugin dependency to the project: dependencies { //... - implementation "io.github.matrei:grails-inertia-plugin:1.0.0" + // Replace $inertiaPluginVersion with a suitable release version for your project, or define it in ~/myapp/gradle.properties + implementation "io.github.matrei:grails-inertia-plugin:$inertiaPluginVersion" //... } ```