From cb2006cf3a854a69ae51246f927e9f5966b118f4 Mon Sep 17 00:00:00 2001 From: Sahil Sunil Phadtare <97933138+IamsahilPhadtare@users.noreply.github.com> Date: Sun, 27 Oct 2024 20:25:37 +0530 Subject: [PATCH] Update README.rst (#1062) Changed "cheatsheat" to more appropriate word "cheat-sheet" --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 4acfd5dd..8149a343 100644 --- a/README.rst +++ b/README.rst @@ -99,7 +99,7 @@ To run tests with a specific version of Kafka (default one is 2.8.1) use KAFKA_V make cov SCALA_VERSION=2.11 KAFKA_VERSION=0.10.2.1 -Test running cheatsheat: +Test running cheat-sheet: * ``make test FLAGS="-l -x --ff"`` - run until 1 failure, rerun failed tests first. Great for cleaning up a lot of errors, say after a big refactor. * ``make test FLAGS="-k consumer"`` - run only the consumer tests.