summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/design/soledad.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/design/soledad.md b/docs/design/soledad.md
index 081690e..f119020 100644
--- a/docs/design/soledad.md
+++ b/docs/design/soledad.md
@@ -124,6 +124,7 @@ This is unchanged and identical to the [API used in U1DB](http://pythonhosted.or
* Document indexing and searching: `create_index()`, `list_indexes()`, `get_from_index()`, `delete_index()`.
* Document conflict resolution: `get_doc_conflicts()`, `resolve_doc()`.
+
# create document, change it and sync
sol.create_doc({'my': 'doc'}, doc_id='mydoc')
doc = sol.get_doc('mydoc')