From a40c8489f9d9803ee028a950e2d21a037c8cb9f3 Mon Sep 17 00:00:00 2001 From: Dan O'Brien Date: Fri, 3 Jul 2020 10:40:40 -0400 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31f1f24..4b2840e 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ The project-specific configuration file [gradle.properties][file:gradle.properti | Property name | Description | | ------------------------- | ------------------------------------------------------------------------------------------ | -| `pluginGroup` | Package name - after *using* the template, this will be set to `com.gtihub.username.repo`. | +| `pluginGroup` | Package name - after *using* the template, this will be set to `com.github.username.repo`. | | `pluginName` | Plugin name displayed in the Marketplace and the Plugins Repository. | | `pluginVersion` | The current version of the plugin. | | `pluginSinceBuild` | The `since-build` attribute of the tag. |