From a23c630f237cc7e969b808d5c1d98a97ca533e5e Mon Sep 17 00:00:00 2001 From: Stephen Whitmore Date: Fri, 14 Jul 2017 09:56:01 -0700 Subject: [PATCH] docs: clarify what deleted docs look like --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)