Skip to content

Commit 579bcf1

Browse files
committed
📓
1 parent 1018f7a commit 579bcf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Available as github action. Automatically generate a new image at the end of the
2121
**github action**
2222

2323
```yaml
24-
- uses: Platane/snk@v1.1.0
24+
- uses: Platane/snk@v1
2525
with:
2626
# github user name to read the contribution graph from (**required**)
2727
# using action context var `github.repository_owner` or specified user
@@ -38,7 +38,7 @@ Available as github action. Automatically generate a new image at the end of the
3838
3939
[example with cron job](https://github.com/Platane/Platane/blob/master/.github/workflows/main.yml#L24-L29)
4040
41-
If you are only interested in generating a svg, you can use this other faster action: `uses: Platane/snk/svg-only@v1.1.0`
41+
If you are only interested in generating a svg, you can use this other faster action: `uses: Platane/snk/svg-only@v1`
4242

4343
**interactive demo**
4444

0 commit comments

Comments
 (0)