From 3d03c554b1896720ad5043a9f405a93539b3090c Mon Sep 17 00:00:00 2001 From: Dustin Carlino Date: Sun, 21 Jul 2024 15:45:18 +0100 Subject: [PATCH] Document users --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0fd176f..1c6cf3f 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,11 @@ TODO: Document all of these - upgrade packages - consider renaming "intervention" and "scheme" +## Current users + +- [England](https://github.com/acteng/atip/) +- [Scotland](https://github.com/nptscot/scheme-sketcher/) + ## Developer guide This is a fairly standard Sveltekit project. `src/lib` is the library meant for use by others, and `src/routes` is a demo site using it. `npm i`, then `npm run dev` to develop locally.