From af4b61143ff1b172db6d3f090cc1e178985e2d93 Mon Sep 17 00:00:00 2001 From: boojack Date: Sun, 15 May 2022 15:56:14 +0800 Subject: [PATCH] chore: readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f75e7ee4..9ba36dfc 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Memos is built with a curated tech stack. It is optimized for developer experien 3. start frontend dev server ```bash - cd frontend && yarn && yarn dev + cd web && yarn && yarn dev ``` Memos should now be running at https://localhost:3000 and change either frontend or backend code would trigger live reload.