Skip to content

Commit c9aa675

Browse files
committed
Merge branch 'master' of https://github.com/fvarrui/JavaPackager
2 parents 06d4422 + bf94afb commit c9aa675

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ It was born while teaching to my students how to build and distribute their Java
1414

1515
## How to use this plugin
1616

17-
### Config your project and package your app with Maven
17+
### Package your app with Maven
1818

1919
Add the following `plugin` tag to your `pom.xml`:
2020

@@ -60,7 +60,7 @@ And execute the next command in project's root folder:
6060
mvn package
6161
```
6262

63-
### Config your project and package your app with Gradle
63+
### Package your app with Gradle
6464

6565
Apply JavaPackager plugin in `build.gradle` using legacy mode (because at the moment it's only available in Maven Central repository):
6666

0 commit comments

Comments
 (0)