diff --git a/README.md b/README.md index 65d264a..8737b46 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# `dom-persist` +### `dom-persist` 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