From 5ba090896c84b3521c7a75bd8f4de12656e3f426 Mon Sep 17 00:00:00 2001 From: Simon Schneegans Date: Mon, 12 Apr 2021 20:28:36 +0200 Subject: [PATCH] :memo: Fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b710d5..6049341 100644 --- a/README.md +++ b/README.md @@ -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///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. \ No newline at end of file +3. PATCH version when we make backwards compatible bug fixes.