From 24365cbf315738dbad54093feac97aa119d31a9c Mon Sep 17 00:00:00 2001 From: Geoff Rich <4992896+geoffrich@users.noreply.github.com> Date: Mon, 10 Oct 2022 16:30:58 -0700 Subject: [PATCH] docs: link new demo folder --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0204eba..4f22848 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Adapter for Svelte apps that creates an Azure Static Web App, using an Azure fun ## Usage -See the [demo repo](https://github.com/geoffrich/sveltekit-azure-swa-demo) for an example integration with the SvelteKit demo app. +See the [demo folder](https://github.com/geoffrich/svelte-adapter-azure-swa/tree/main/demo) for an example integration with the SvelteKit demo app. Run `npm install -D svelte-adapter-azure-swa`.