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" //... } ```