Skip to content

Commit ee11e5c

Browse files
author
OpenCode
committed
docs: update README with new WORDnn note ID format
1 parent 36cd6ad commit ee11e5c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Runtime detection is automatic:
100100
Retrieve and display a note.
101101

102102
**Parameters:**
103-
- `noteId` (path) or `note` (query): Note ID (alphanumeric, 5-20 chars)
103+
- `noteId` (path) or `note` (query): Note ID (alphanumeric, 3–32 chars, no I/O/0/1)
104104

105105
**Notes:**
106106
- The preferred URL format is now `/noteid/{noteId}` for shell-friendly links (e.g., `http://example.com/noteid/ABCDE`).
@@ -141,7 +141,7 @@ Save or delete a note.
141141
```
142142

143143
**Behavior:**
144-
- If `noteId` is empty, a random 5-character ID is generated
144+
- If `noteId` is empty, a random WORDnn ID is generated (e.g., "BLAST47")
145145
- If `content` is empty, the note is deleted
146146
- Otherwise, the note is saved
147147

0 commit comments

Comments
 (0)