Skip to content

Commit

Permalink
Remove legacy range options from README (Level/community#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Sep 12, 2021
1 parent ec94d45 commit 6d08202
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,12 +299,6 @@ You can supply an options object as the first parameter to `createReadStream()`

* `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.

Legacy options:

* `start`: instead use `gte`

* `end`: instead use `lte`

<a name="createKeyStream"></a>
### `db.createKeyStream([options])`

Expand Down

0 comments on commit 6d08202

Please sign in to comment.