From e179c65e52906568a6aae21f3f8317afca470769 Mon Sep 17 00:00:00 2001 From: boojack Date: Fri, 29 Jul 2022 21:41:56 +0800 Subject: [PATCH] chore: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4534d1796..ccd0471d1 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ docker run \ --port 5230 ``` -`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. +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. ## 🏗 Development