Skip to content

Commit fad82f8

Browse files
authored
Update README.md
1 parent 0aeb43e commit fad82f8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -393,15 +393,13 @@ Stream responseStream = await rebels.DownloadAttachmentAsStreamAsync(attachment)
393393

394394
## Revisions
395395

396-
The options for 'FindAsync(..)' and 'AddOrUpdateAsync(..)' support passing revision:
396+
The options for `FindAsync(..)` and `AddOrUpdateAsync(..)` support passing revision:
397397

398398
```csharp
399399
await _rebels.FindAsync("1", new FindOptions { Rev = "1-xxx" });
400400
await _rebels.AddOrUpdateAsync(r, new AddOrUpdateOptions { Rev = "1-xxx" });
401401
```
402402

403-
Options also can be used to pass 'Batch', 'Conflicts' where applicable.
404-
405403
For attachements revisions are supported by 'CouchAttachment' class which is passing 'DocumentRev' to 'DownloadAttachmentAsync(..)' and 'DownloadAttachmentAsStreamAsync(..)'.
406404

407405
## DB Changes Feed

0 commit comments

Comments
 (0)