From d5938e17726729832bb494d86363e03810f3f1ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cchrisshank=E2=80=9D?= Date: Mon, 8 Jan 2024 22:24:49 -0800 Subject: [PATCH] add inspiration --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7c04bc..7c053f1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > Lightweight routing primitives. -**Still WIP, dont use in production** +**WIP, don't use in production. Expect occasional breaking changes until we hit stable in 1.0.0.** ## Usage @@ -39,4 +39,4 @@ See the [guide](https://github.com/ChrisShank/routtl/blob/main/CONTRIBUTING.md). ## Inspiration -Lots of inspiration for this project! `vue-router`, `navaid`, `typesafe-routes` have been influential in the design of these primitives. +Lots of inspiration for this project! [@ncthbrt](https://github.com/ncthbrt) was crucial to the early prototypes. `vue-router`, `navaid`, `typesafe-routes` have been influential in the design of these primitives.