From 4d5e996de547bcd6de17761f6f5da9fb9335f6fa Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Wed, 3 Jan 2018 23:05:53 -0800 Subject: [PATCH] Fixed grammar. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f597904..b6dcbdb 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The plug-in will generate a [Project Object Model](https://maven.apache.org/guides/introduction/introduction-to-the-pom.html) (POM) XML file for your project. -To use the plug-in include the following in `Build.kt` file: +To use the plug-in include the following in `Build.kt`: ```kotlin import net.thauvin.erik.kobalt.plugin.pom2xml.*