From 024f1b95e0a065b73aca3c2e3022fa42c9fda565 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 10 May 2015 15:19:03 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 --------