Skip to content

Commit

Permalink
Update jbang_minimal_example.md
Browse files Browse the repository at this point in the history
Fix wrong file name
  • Loading branch information
eitch authored Jan 25, 2024
1 parent 17fd78c commit c1d0104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/examples/jbang/jbang_minimal_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The following example is based on the ["Minimal example application"](http://loc

## Application

Create a new file JBangPi4JExample.java with the following content:
Create a new file Pi4JMinimalExample.java with the following content:

```java
///usr/bin/env jbang "$0" "$@" ; exit $?
Expand Down

0 comments on commit c1d0104

Please sign in to comment.