diff --git a/templates/README.template.md b/templates/README.template.md index f0466dc..35f3dc2 100644 --- a/templates/README.template.md +++ b/templates/README.template.md @@ -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 ```