Skip to content

Commit 8d30a71

Browse files
committed
Docs
1 parent fc00bbe commit 8d30a71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ You can also build, test, package, and run the Java application locally (without
4646
if you have JDK 8+ and Maven installed.
4747

4848
```shell
49-
# Build, test, package the application
49+
# Build, test, package the application locally
5050
$ mvn package
5151

52-
# Run the application
52+
# Run the application locally
5353
$ java -jar target/app.jar
5454
```

0 commit comments

Comments
 (0)