From 93e66782560ca9f5eb39fa53547f138fcc5186ea Mon Sep 17 00:00:00 2001 From: Adam Novak Date: Mon, 9 May 2022 22:47:08 -0400 Subject: [PATCH] Finish README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index de976e383..4f6be1713 100644 --- a/README.md +++ b/README.md @@ -100,9 +100,7 @@ We encourage you to participate in this open source project. We love Pull Reques ### How to Appease the Linter -If you are getting errors form `./gradelw ktlint`, try running `./gradlew -ktlintFormat` to let `ktlint` decide how to lay out your code, instead of just -yelling at you that you can't read its mind. +If you are getting errors form `./gradelw ktlint`, try running `./gradlew ktlintFormat` to let `ktlint` decide how to lay out your code, instead of just yelling at you that you can't read its mind. ### 🙅 How to skip CI checks for PRs 🙅