From 64740a0b2f2f265e6fd21659ec4a0c90f2bf100c Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sun, 5 Jan 2025 00:16:11 +0100 Subject: [PATCH] chore: udate readme --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 57c2db1..d65a721 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ $ pnpm i ## Commands -| Command | Action | -| ------------------- | ----------------------------------------- | -| `pnpm start` | start dev server | -| `pnpm run build` | generate static files to `dist` directory | -| `pnpm run deploy` | run build and upload to my server | -| `pnpm run prep:now` | back up and clear current now constants | +| Command | Action | +| ------------------- | ---------------------------------------------- | +| `pnpm run dev` | start dev server | +| `pnpm run build` | generate static files to `dist` directory | +| `pnpm run deploy` | run build and upload to my server | +| `pnpm run prep:now` | back up and clear current `now page` constants |