diff --git a/README.md b/README.md index 63c47bc..27edc27 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ This is a simple way of storing a DOM, either HTML or XML, into the Sqlite database using the D programming language. It provides a way to cache all DOM edits in RAM and only persist to the database when flush is called. This provides -excellent performance and flexibility. DB storage is also at the element granularity providing indexing by ID. +excellent performance and flexibility. DB storage is also at the element granularity providing indexing by ID. A good +use case for this approach is merging DOM edits from different users. ### `Usage`