docs(readme): add scratchanitch badge

Amolith created

Change summary

README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Detailed changes

README.md 🔗

@@ -9,6 +9,7 @@ SPDX-License-Identifier: CC0-1.0
 Collaborative lists with real‑time voting and ranking. Create a room, share the link, add ideas, and sort them together with upvotes, downvotes, or vetoes.
 
 [![REUSE status](https://api.reuse.software/badge/git.secluded.site/sift)](https://api.reuse.software/info/git.secluded.site/sift)
+[![scratchanitch.dev badge](https://img.shields.io/badge/scratchanitch-dev-FFC4B5)](https://scratchanitch.dev)
 [![Made with Deno](https://img.shields.io/badge/Made%20with-Deno-black?logo=deno&logoColor=white)](https://deno.land/)
 [![SQLite](https://img.shields.io/badge/Database-SQLite-003B57?logo=sqlite&logoColor=white)](https://www.sqlite.org/)
 [![Code: AGPL-3.0-or-later](https://img.shields.io/badge/License-AGPL--3.0--or--later-blue)](LICENSES/AGPL-3.0-or-later.txt)
@@ -38,7 +39,7 @@ deno run \
   server.ts
 ```
 
-Then open http://localhost:8294 in your browser.
+Then open <http://localhost:8294> in your browser.
 
 ## How it works (for users)