diff --git a/README.md b/README.md
index a4e0045b..c2e435d6 100644
--- a/README.md
+++ b/README.md
@@ -232,7 +232,7 @@ Support this project with a :star:
| since | string | false | | Get changed files for commits
whose timestamp is older than
the given time. |
| since\_last\_remote\_commit | string | false | `"false"` | Use the last commit on
the remote branch as the
`base_sha`. Defaults to the last
non merge commit on the
target branch for pull request
events and the previous remote
commit of the current branch
for push events. |
| until | string | false | | Get changed files for commits
whose timestamp is earlier than
the given time. |
-| write\_output\_files | string | false | `"false"` | Write outputs to files in
the `.github/outputs` folder by default. |
+| write\_output\_files | string | false | `"false"` | Write outputs to the `output_dir`
defaults to `.github/outputs` folder. **NOTE:**
This creates a `.txt` (default)
and `.json` file if `json`
is set to `true`. |
diff --git a/action.yml b/action.yml
index 59d29f6a..5be7d614 100644
--- a/action.yml
+++ b/action.yml
@@ -110,7 +110,7 @@ inputs:
required: false
default: "false"
write_output_files:
- description: "Write outputs to the `output_dir` defaults to `.github/outputs` folder. **NOTE:** This creates a `.txt` (default) and `.json` file if `json` is set to `true`."
+ description: "Write outputs to the `output_dir` defaults to `.github/outputs` folder. **NOTE:** This creates a `.txt` file by default and a `.json` file if `json` is set to `true`."
required: false
default: "false"
output_dir: