Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ couchdb _changes feeds.

Saves the sequence ID in an atomic way, so that it doesn't clobber the
file if it crashes mid-save. Only does a single save at a time, so
you can bang on it repeatedy, and it'll avoid doing unnecessary file
you can bang on it repeatedly, and it'll avoid doing unnecessary file
IO or weird cases where two writes cross paths in odd ways.

## USAGE
Expand Down