From 27e2ce0fb09c92d2f8948626e32a0655b2b4ddc0 Mon Sep 17 00:00:00 2001 From: aidanchiu1112 <108113174+aidanchiu1112@users.noreply.github.com> Date: Tue, 6 Jun 2023 11:58:45 -0700 Subject: [PATCH] Fix typo (#457) * Fix typo * Fix spacing with comment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b918aff0..e33a56cd 100755 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ snappy-java uses sbt (simple build tool for Scala) as a build tool. Here is a si $ ./sbt # enter sbt console > ~test # run tests upon source code change - > ~test-only * # run tests that matches a given name pattern + > ~testOnly # run tests that matches a given name pattern > publishM2 # publish jar to $HOME/.m2/repository > package # create jar file > findbugs # Produce findbugs report in target/findbugs