From 85ba964317b1d0df0ff7d4c9c0df9c8c19e8fb01 Mon Sep 17 00:00:00 2001 From: pawka Date: Sun, 15 Mar 2026 16:36:55 -0300 Subject: [PATCH] =?UTF-8?q?chore:=20replace=20=E2=80=94=20to=20-?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) |