diff --git a/README.md b/README.md
index 3679edd..a60760a 100644
--- a/README.md
+++ b/README.md
@@ -8,9 +8,9 @@
Run [release-it](https://github.com/release-it/release-it) with [pnpm](https://pnpm.io).
-## Requirements
+## Requirements with workaround
-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 also manually setup 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.