Skip to content

Commit 27e2ce0

Browse files
authored
Fix typo (#457)
* Fix typo * Fix spacing with comment
1 parent f32d5b0 commit 27e2ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ snappy-java uses sbt (simple build tool for Scala) as a build tool. Here is a si
143143

144144
$ ./sbt # enter sbt console
145145
> ~test # run tests upon source code change
146-
> ~test-only * # run tests that matches a given name pattern
146+
> ~testOnly # run tests that matches a given name pattern
147147
> publishM2 # publish jar to $HOME/.m2/repository
148148
> package # create jar file
149149
> findbugs # Produce findbugs report in target/findbugs

0 commit comments

Comments
 (0)