Skip to content

Commit e53743d

Browse files
committed
chore: fixed typos in README
1 parent 5a66314 commit e53743d

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 @@ run Java code directly without making their lives difficult the moment they want
1414
```shell
1515
$ jpm install com.github.lalyos:jfiglet:0.0.9
1616
Artifacts new: 1, updated: 0, deleted: 0
17-
$ javac -cp deps/* HelloWorld.java
17+
$ java -cp deps/* HelloWorld.java
1818
_ _ _ _ __ __ _ _ _
1919
| | | | ___| | | ___ \ \ / /__ _ __| | __| | |
2020
| |_| |/ _ \ | |/ _ \ \ \ /\ / / _ \| '__| |/ _` | |
@@ -71,7 +71,7 @@ As you can see `jpm` has created a `deps` directory and copied the JFigletFont l
7171
We can now simply run the program like this (using Java 11 or newer):
7272
7373
```shell
74-
$ javac -cp deps/* HelloWorld.java
74+
$ java -cp deps/* HelloWorld.java
7575
_ _ _ _ __ __ _ _ _
7676
| | | | ___| | | ___ \ \ / /__ _ __| | __| | |
7777
| |_| |/ _ \ | |/ _ \ \ \ /\ / / _ \| '__| |/ _` | |

0 commit comments

Comments
 (0)