Skip to content

Commit

Permalink
docs: clarify what deleted docs look like
Browse files Browse the repository at this point in the history
  • Loading branch information
hackergrrl committed Jul 17, 2017
1 parent 3d2da15 commit 8638db3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,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: <osm-id>,
version: <osm-version>, deleted: true}`.
document has been deleted, it will have the property `{ deleted: true }` set.

### osm.query(q, opts, cb)

Expand Down

0 comments on commit 8638db3

Please sign in to comment.