Skip to content

Commit 69b5d20

Browse files
authored
Update src/content/docs/kv/api/read-key-value-pairs.mdx
1 parent 20a5d74 commit 69b5d20

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/content/docs/kv/api/read-key-value-pairs.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,10 @@ The following methods are provided to read from KV:
6363

6464
### `get()` method
6565

66-
Use the `get()` method to get a single value, or multiple values if given multiple keys.
66+
Use the `get()` method to get a single value, or multiple values if given multiple keys:
67+
68+
* Read single keys with [get(key)](#request-a-single-key)
69+
* Read multiple keys with [get([keys])](#request-multiple-keys)
6770

6871
#### Request a single key
6972

0 commit comments

Comments
 (0)