From 3ae0fa37887a351c67bbc35116f5f45d5b5eb0d1 Mon Sep 17 00:00:00 2001 From: Jason Penilla <11360596+jpenilla@users.noreply.github.com> Date: Sat, 23 Mar 2024 12:37:31 -0700 Subject: [PATCH] fix indent --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 92310f4..28c5e58 100644 --- a/README.md +++ b/README.md @@ -48,15 +48,15 @@ This allows simplifying use to the following: ```kotlin plugins { - // Apply the convention plugin - id("xyz.jpenilla.resource-factory-paper-convention") version "VERSION" + // Apply the convention plugin + id("xyz.jpenilla.resource-factory-paper-convention") version "VERSION" } paperPluginYml { - // Defaults for name, version, and description are inherited from the Gradle project - main = "main.class.Name" - authors.add("MyName") - // configure fields... + // Defaults for name, version, and description are inherited from the Gradle project + main = "main.class.Name" + authors.add("MyName") + // configure fields... } ```