From 6f35fd64890f41e5798c2e317781750bbdcf3b2c Mon Sep 17 00:00:00 2001 From: Roger Padilla Date: Wed, 30 Oct 2024 06:32:33 -0500 Subject: [PATCH] add link to get stars --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4d94125..705ce45 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ Essentially, give `prouter` a list of path expressions (routes) and a callback f - **Forward-thinking:** written in TypeScript for the future and transpiled to es5 with UMD format for the present... thus it transparently supports any module style: es6, commonJS, AMD. By default, prouter uses the modern [history](https://developer.mozilla.org/en-US/docs/Web/API/History_API) API for routing. - Unit tests for every feature are created. +Do you like Prouter? [please give it a 🌟](https://github.com/rogerpadilla/prouter) + ## Installation ```bash