diff --git a/README.md b/README.md index d521979..00ad718 100644 --- a/README.md +++ b/README.md @@ -215,8 +215,7 @@ Each `row` in `rows` should have: Get a document as `cb(err, docs)` by its OSM `id`. `docs` is an object mapping hyperlog hashes to current document values. If a -document has been deleted, it will only have the properties `{ id: , -version: , deleted: true}`. +document has been deleted, it will have the property `{ deleted: true }` set. ### osm.query(q, opts, cb)