Skip to content

Commit

Permalink
Fix typo (#457)
Browse files Browse the repository at this point in the history
* Fix typo

* Fix spacing with comment
  • Loading branch information
aidanchiu1112 committed Jun 6, 2023
1 parent f32d5b0 commit 27e2ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27e2ce0

Please sign in to comment.