Skip to content

Commit

Permalink
qrcode.java not QRCodeMaker.java
Browse files Browse the repository at this point in the history
  • Loading branch information
crush-157 authored and fniephaus committed Oct 4, 2024
1 parent d26fa21 commit d24fafa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ out/
target/
node_modules/
Thumbs.db
.sdkmanrc
settings.json
2 changes: 1 addition & 1 deletion graalpy/graalpy-jbang-qrcode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ sdk install jbang
To start the demo, run:

```bash
jbang run QRCodeMaker.java "Hello from GraalPy!"
jbang run qrcode.java "Hello from GraalPy!"
```

## Implementation Details
Expand Down

0 comments on commit d24fafa

Please sign in to comment.