Skip to content

Commit 0cbeeaf

Browse files
committed
docs: update README troubleshooting and update sections for clarity and structure adjustments
1 parent b993c47 commit 0cbeeaf

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,15 @@ A dialog box will appear on first use, so follow the instructions to set it up.
9898
<div><img src="assets/doc7.png" width="200"></div>
9999

100100

101-
## Troubleshooting
101+
### Troubleshooting
102102

103-
### If the accessibility permissions dialog box does not appear
103+
#### If the accessibility permissions dialog box does not appear
104104

105105
1. Open **System Settings****Privacy and Security****Accessibility**.
106106
2. Find “Prompt Line” in the list and enable it.
107107
3. If it is not in the list, add Prompt Line from Applications using the “+” button.
108108

109-
### If “Prompt Line” is enabled in Accessibility Permissions but you still cannot paste
109+
#### If “Prompt Line” is enabled in Accessibility Permissions but you still cannot paste
110110

111111
1. Open **System Settings****Privacy and Security****Accessibility**
112112
2. Delete “Prompt Line” from Applications using the “-” button to reset permissions
@@ -117,12 +117,12 @@ Accessibility permissions can also be reset using the following command:
117117
npm run reset-accessibility
118118
```
119119

120-
## 📦 Update
120+
## 📦 Update to the latest version
121121
1. Reset the accessibility permissions for the Prompt Line with the following command
122122
```bash
123123
npm run reset-accessibility
124124
```
125-
2. Refer to the “📦 Install” section and reinstall.
125+
2. Refer to the “📦 Installation” section and reinstall.
126126

127127
## Usage
128128

README_ja.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,15 @@ Prompt Lineが他のアプリケーションにテキストを貼り付けるに
9595

9696
<div><img src="assets/doc7.png" width="200"></div>
9797

98-
## トラブルシューティング
98+
### トラブルシューティング
9999

100-
### アクセシビリティ権限のダイアログボックスが表示されない場合
100+
#### アクセシビリティ権限のダイアログボックスが表示されない場合
101101

102102
1. **システム設定****プライバシーとセキュリティ****アクセシビリティ**を開く
103103
2. リストから「Prompt Line」を見つけて有効にする
104104
3. リストにない場合は「+」ボタンでApplicationsからPrompt Lineを追加
105105

106-
### アクセシビリティ権限で「Prompt Line」が有効になっているのに貼付けできない場合
106+
#### アクセシビリティ権限で「Prompt Line」が有効になっているのに貼付けできない場合
107107

108108
1. **システム設定****プライバシーとセキュリティ****アクセシビリティ**を開く
109109
2. 「-」ボタンでApplicationsからPrompt Lineを削除して権限をリセット
@@ -115,7 +115,7 @@ npm run reset-accessibility
115115
```
116116

117117

118-
## 📦 アップデート
118+
## 📦 最新版にアップデート
119119
1. 以下のコマンドでPrompt Lineのアクセシビリティ権限をリセット
120120
```bash
121121
npm run reset-accessibility

0 commit comments

Comments
 (0)