Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.

Commit 6d08202

Browse files
committed
Remove legacy range options from README (Level/community#86)
1 parent ec94d45 commit 6d08202

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -299,12 +299,6 @@ You can supply an options object as the first parameter to `createReadStream()`
299299

300300
* `values` *(boolean, default: `true`)*: whether the results should contain values. If set to `true` and `keys` set to `false` then results will simply be values, rather than objects with a `value` property. Used internally by the `createValueStream()` method.
301301

302-
Legacy options:
303-
304-
* `start`: instead use `gte`
305-
306-
* `end`: instead use `lte`
307-
308302
<a name="createKeyStream"></a>
309303
### `db.createKeyStream([options])`
310304

0 commit comments

Comments
 (0)