Skip to content

Commit 5efe450

Browse files
authored
docs(readme): add hash-based routing feature (#149)
1 parent 4d1b4e0 commit 5efe450

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22

3-
<img src="./docs/public/logo.svg" alt="" height="128px">
3+
<img src="./docs/public/logo.svg" alt="" width="128px" height="128px">
44

55
# sv-router
66

@@ -26,6 +26,7 @@ A feature-rich yet intuitive routing library for Svelte single-page apps.
2626
- 🧩 **Familiar API**: Follows established conventions from popular meta frameworks.
2727
- 🪶 **Lightweight**: Minimal impact on your bundle size.
2828
- 🚀 **Made for Svelte 5**: True Svelte 5 implementation with the latest features.
29+
- #️⃣ **Hash-based routing**: Hash-based routing enables usage in local environments.
2930

3031
## Getting Started
3132

0 commit comments

Comments
 (0)