📝 Fix typo

This commit is contained in:
Simon Schneegans
2021-04-12 20:28:36 +02:00
committed by GitHub
parent 2f15321252
commit 5ba090896c

View File

@@ -49,7 +49,7 @@ https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/schneegan
color: orange
```
Once the action is executed, got to your gist.
Once the action is executed, go to your gist.
There should be a new file called `test.json`.
You can view the raw content of this file at `https://gist.githubusercontent.com/<user>/<gist-ID>/raw/test.json`.
Embed the badge with:
@@ -133,4 +133,4 @@ This means, given a version number MAJOR.MINOR.PATCH, we will increment the:
1. MAJOR version when we make incompatible API changes,
2. MINOR version when we add functionality in a backwards compatible manner, and
3. PATCH version when we make backwards compatible bug fixes.
3. PATCH version when we make backwards compatible bug fixes.