From 72d7d898491228f2b2ab3ce31f55e03f2ee07db5 Mon Sep 17 00:00:00 2001 From: Kevin Turner <83819+keturn@users.noreply.github.com> Date: Sun, 17 May 2020 14:34:07 -0700 Subject: [PATCH] fix: README's capitalization of groovy test file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32de4d2..b9181ff 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Pick one of the below options: * `groovyw` and/or `groovyw.bat` should live next to their Gradle variants in the root of a project * Download a zip file from the Releases tab, extract, place the files accordingly into a local workspace * Build your own by cloning this repo and running `gradlew jar` to get a fresh `groovy-wrapper.jar` of your own - * You can run `gradlew prep` to both build and place the jar under `gradle/wrapper` where it can be tested with `groovyw test` + * You can run `gradlew prep` to both build and place the jar under `gradle/wrapper` where it can be tested with `groovyw Test` * For convenience a built version is already maintained there for easy testing ## Gradle