We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d212236 commit 703d2b8Copy full SHA for 703d2b8
1 file changed
README.md
@@ -58,7 +58,7 @@ Then push some code to main:
58
git checkout --orphan badges
59
git rm -rf .
60
rm -f .gitignore
61
- echo 'This branch exists only to contains the coverage badge in the README on `main`.' > README.md
+ echo 'This branch exists only to store the coverage badge in the README on `main`.' > README.md
62
git add README.md
63
git commit -m 'chore: initialize the badges branch'
64
git push origin badges
@@ -101,7 +101,7 @@ Configure the repository:
101
102
1. Go to repository Settings > Rules > Rulesets, and import the `protect-default-branch.json` ruleset.
103
104
-1. That's it.
+That's it.
105
106
## How to contribute
107
0 commit comments