Skip to content

Commit b63ce1d

Browse files
committed
docs: fix README inaccuracies (delay default, haptic description)
1 parent 35f9233 commit b63ce1d

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ Create `.louderrc.json` in project root or `~/.louderrc.json` for global config.
181181
{
182182
"sound": "success",
183183
"haptic": true,
184-
"delay": 1500,
185184
"events": {
186185
"stop": "success",
187186
"error": "error"
@@ -196,7 +195,7 @@ Create `.louderrc.json` in project root or `~/.louderrc.json` for global config.
196195
| `sound` | boolean \| string | true | Sound type or `false` to disable |
197196
| `soundPath` | string | - | Custom sound file path (.aiff) |
198197
| `haptic` | boolean \| string | false | `true`, `"success"`, or `"error"` |
199-
| `delay` | number | 1500 | Delay in ms before feedback |
198+
| `delay` | number | 0 | Delay in ms before feedback |
200199
| `events` | object | - | Per-event overrides |
201200

202201
### Sound Types
@@ -214,10 +213,10 @@ Create `.louderrc.json` in project root or `~/.louderrc.json` for global config.
214213

215214
### Haptic Types
216215

217-
| Type | Pattern | Use For |
218-
|------|---------|---------|
219-
| `success` | Triple tap (strong) | Task complete |
220-
| `error` | Triple tap (medium) | Errors |
216+
| Type | Intensity | Use For |
217+
|------|-----------|---------|
218+
| `success` | Strong | Task complete |
219+
| `error` | Strong | Errors |
221220

222221
### Config Formats
223222

0 commit comments

Comments
 (0)