From 93ea0ebb68bc36d49fa0279e27114884d398fa83 Mon Sep 17 00:00:00 2001 From: Anton Stoychev Date: Sun, 9 Jul 2023 22:03:45 +0300 Subject: [PATCH] Fix example versions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3593bc5..90e30cd 100644 --- a/README.md +++ b/README.md @@ -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' ``` @@ -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'