aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWilliam Hergès <william@herges.fr>2025-08-09 13:50:32 +0200
committerWilliam Hergès <william@herges.fr>2025-08-09 13:50:32 +0200
commitcbf9a7b672fce0943cc6306c506dda3ab1c1024e (patch)
tree0542f92eb8912bb6fbfeb6bae692134bdae4a175 /README.md
parentb4ce4105535bc9f276570fadfdfc1a9b28aac699 (diff)
chore(format): install prettier
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 |