From 79970d6fc6e87164a63bd0d0d7afeccc6e8cadba Mon Sep 17 00:00:00 2001 From: "Jaehyuk (Alex) Choi" Date: Mon, 9 Dec 2024 19:15:46 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c8a4d4eb..f75e53388 100644 --- a/README.md +++ b/README.md @@ -52,4 +52,4 @@ Now use it in anywhere in your HTML or Markdown. - `npm start`: Main dev server. Runs everything you need. - `npm run dev`: Runs components in isolation. Serves `app/index.html` as a playground for components. - `npm run hugo`: Only runs static site. -- `npm run build`: Build for production +- `npm run build`: Build for production.