diff --git a/README.md b/README.md index 06f29cf..e37a4ea 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ At the end of the `load()` process, the target database will function exactly as Some lines may contain `seq`s; these are used as checkpoints. The `seq` line says, "When you have loaded all the preceding documents, you are now at update_seq `seq`." -For the time being, attachments are just included as base64-encoded strings, ala CouchDB's `_all_docs` with `Accept: application/json`. +For the time being, attachments are just included as base64-encoded strings, ala CouchDB's `_all_docs` with `attachments=true` and `Accept: application/json`. Installation --------