Skip to content

Commit

Permalink
docs: update jsgenerator-cli example's command with the current version
Browse files Browse the repository at this point in the history
  • Loading branch information
FanJups committed Sep 19, 2024
1 parent 918b105 commit 7ccc596
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 @@ -120,7 +120,7 @@ mvn --also-make --projects :jsgenerator-cli clean spring-boot:run -Dspring-boot.
mvn clean package

# then run the following commands and replace {version} by the current one (0.0.1-SNAPSHOT at this time)
java -jar jsgenerator-cli/target/jsgenerator-cli-{version}.jar # java -jar jsgenerator-cli/target/jsgenerator-cli-{version}.jar --help
java -jar jsgenerator-cli/target/jsgenerator-cli-{version}.jar # java -jar jsgenerator-cli/target/jsgenerator-cli-0.0.1-SNAPSHOT.jar --help
java -jar jsgenerator-cli/target/jsgenerator-cli-{version}.jar --tty --inline '<div>I am a <strong>tea pot</strong></div>'
```

Expand Down

0 comments on commit 7ccc596

Please sign in to comment.