Skip to content

Commit 703d2b8

Browse files
committed
chore: fix tyop in README
1 parent d212236 commit 703d2b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Then push some code to main:
5858
git checkout --orphan badges
5959
git rm -rf .
6060
rm -f .gitignore
61-
echo 'This branch exists only to contains the coverage badge in the README on `main`.' > README.md
61+
echo 'This branch exists only to store the coverage badge in the README on `main`.' > README.md
6262
git add README.md
6363
git commit -m 'chore: initialize the badges branch'
6464
git push origin badges
@@ -101,7 +101,7 @@ Configure the repository:
101101

102102
1. Go to repository Settings > Rules > Rulesets, and import the `protect-default-branch.json` ruleset.
103103

104-
1. That's it.
104+
That's it.
105105
106106
## How to contribute
107107

0 commit comments

Comments
 (0)