aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4ced80a..7cf5d7c 100644
--- a/README.md
+++ b/README.md
@@ -29,9 +29,9 @@ Any static assets, like images, can be placed in the `public/` directory.
All commands are run from the root of the project, from a terminal:
-| Command | Action |
-| :------------------------ | :----------------------------------------------- |
-| `bun install` | Installs dependencies |
+| Command | Action |
+| :-------------------- | :----------------------------------------------- |
+| `bun install` | Installs dependencies |
| `bun dev` | Starts local dev server at `localhost:4321` |
| `bun build` | Build your production site to `./dist/` |
| `bun preview` | Preview your build locally, before deploying |