diff --git a/README.md b/README.md index 3b494916..2e12b8bc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

✍️ Memos

+

✍️ memos

An open source, self-hosted knowledge base that works with a SQLite db file.

@@ -44,7 +44,6 @@ services: - ~/.memos/:/var/opt/memos ports: - 5230:5230 - restart: unless-stopped ``` Memos should be running at [http://localhost:5230](http://localhost:5230). If the `~/.memos/` does not have a `memos_prod.db` file, then memos will auto generate it.