Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fglock committed Sep 12, 2024
1 parent 2721e3b commit 3988da0
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 @@ -205,7 +205,7 @@ file.
java -jar target/perlonjava-1.0-SNAPSHOT.jar -e ' print 123 '
```
Setting `lib` path to access Perl modules:
Setting `lib` path to access Perl modules:
```sh
java -jar target/perlonjava-1.0-SNAPSHOT.jar -Ilib -e ' use Data::Dumper; print Dumper [123] '
Expand Down

0 comments on commit 3988da0

Please sign in to comment.