diff --git a/README.md b/README.md
index 73b9f0b..a11b308 100644
--- a/README.md
+++ b/README.md
@@ -10,11 +10,11 @@ Run [release-it](https://github.com/release-it/release-it) with [pnpm](https://p
## Requirements
-Use pnpm and set packageManager in package.json
correctly.
So that GitHub Action can set up pnpm correctly. You can manually select the pnpm version in the GitHub Action workflow file.
+Use pnpm and set packageManager in package.json
correctly.
So that GitHub Action can set up pnpm correctly. You can manually select the pnpm version in the GitHub Action workflow file.
-Use Conventional Commits and follow Semantic Versioning .
So that it can provide recommended version in CI. It's OK to not follow this rule if you manually decide the next version and disable GitHub release.
+Use Conventional Commits and follow Semantic Versioning .
So that it can provide recommended version in CI. It's OK to not follow this rule if you manually decide the next version and disable GitHub release.
-Prefer to add a v
prefix to the tag name (e.g. v1.2.3
).
So that it can handle pre-release GitHub release changelog correctly. It's OK to not follow this rule if you do not care about pre-release GitHub release changelog.
+Prefer to add a v
prefix to the tag name (e.g. v1.2.3
).
So that it can handle pre-release GitHub release changelog correctly. It's OK to not follow this rule if you do not care about pre-release GitHub release changelog.
## What it does