Skip to content

Commit

Permalink
Fix version reference in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emilymclean committed Oct 5, 2024
1 parent a79f76a commit e4bf2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/README.template.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The position format to use. Options are gerber, csv, ascii, and none. Default "n

## Example usage
```
uses: {{{ env.ACTION_REPO }}}@{{{ env.ACTION_VERSION }}}
uses: {{{ env.ACTION_REPO }}}@v{{{ env.ACTION_VERSION }}}
with:
input-file: pcb.kicad_pcb
```

0 comments on commit e4bf2e5

Please sign in to comment.