From 6d082029c0ec8817d1654fb1bb1376a82d9c3a9b Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Sun, 12 Sep 2021 12:43:35 +0200 Subject: [PATCH] Remove legacy range options from README (Level/community#86) --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 7cec61c..232ed7b 100644 --- a/README.md +++ b/README.md @@ -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` - ### `db.createKeyStream([options])`