diff --git a/README.md b/README.md index 75cc4d6..8216aa5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # toolkit A collection of browser-based tools for developers. -No server, no tracking, no external dependencies — everything runs locally in your browser. +No server, no tracking, no external dependencies - everything runs locally in your browser. ## Tools @@ -20,7 +20,7 @@ No server, no tracking, no external dependencies — everything runs locally in ## Stack - [SvelteKit 2](https://kit.svelte.dev) + [Svelte 5](https://svelte.dev) -- JavaScript with JSDoc — no TypeScript +- JavaScript with JSDoc - no TypeScript - No runtime dependencies --- @@ -83,4 +83,4 @@ Then proxy traffic to port `3000`. |----------|------------|---------------------------------------| | `PORT` | `3000` | Port the server listens on | | `HOST` | `0.0.0.0` | Interface to bind | -| `ORIGIN` | — | Public URL (required in production) | +| `ORIGIN` | - | Public URL (required in production) |