Skip to content

Commit

Permalink
Fix example versions
Browse files Browse the repository at this point in the history
  • Loading branch information
antitoxic committed Jul 9, 2023
1 parent d4f2f58 commit 93ea0eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ them.
1. As a `github action`
([_» see all GitHub action settings_](#prerender-spa-ultra-github-action)):
```yaml
uses: antitoxic/prerender-spa-ultra@v1
uses: antitoxic/prerender-spa-ultra@v1.0.1
with:
website_root: 'path/to/your/spa/dist'
```
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
run: |
npm run build
- name: Prereder the freshly built app
uses: @antitoxic/prerender-spa-ultra@1
uses: @antitoxic/prerender-spa-ultra@v1.0.1
id: prerender
with:
website_root: 'path/to/your/app/dist'
Expand Down

0 comments on commit 93ea0eb

Please sign in to comment.