diff --git a/docs/development/website.md b/docs/development/website.md index 9739276a..31ad555a 100644 --- a/docs/development/website.md +++ b/docs/development/website.md @@ -26,7 +26,7 @@ npm install npm run docs:dev ``` -Then open [http://localhost:5173](http://localhost:5173) in your browser. The server reloads when you edit markdown or theme files. +Then open `http://localhost:5173` in your browser. The server reloads when you edit markdown or theme files. Stop it with `Ctrl+C` in that terminal.