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])`