don't live-link localhost

This commit is contained in:
Robert McRackan
2026-07-25 11:38:41 -04:00
parent 934e7c6618
commit 89155e0b0b

View File

@@ -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.