Skip to content

Commit

Permalink
typo fix: Add missing 'v' (#1)
Browse files Browse the repository at this point in the history
This isn't huge, but it can surprise users trying to copy-paste from the
code block into their action yaml.
  • Loading branch information
bkietz authored Nov 6, 2024
1 parent bdcbcf8 commit 702ba0f
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 @@ -68,7 +68,7 @@ jobs:
uses: flox/install-flox-action@v2

- name: Build website
uses: flox/activate-action@1
uses: flox/activate-action@v1
with:
command: npm run build
```
Expand Down

0 comments on commit 702ba0f

Please sign in to comment.