From 13e090e3162c5b5a03e5b07e77f98b037c5dfee9 Mon Sep 17 00:00:00 2001 From: rgossiaux Date: Wed, 2 Feb 2022 10:50:35 -0800 Subject: [PATCH] Update README.md Add -D to npm install per https://github.com/sveltejs/sapper/issues/774 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3a5d62..77b1205 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This project is an **unofficial** port. I have no affiliation with Tailwind Labs ## Installation ``` -npm install @rgossiaux/svelte-headlessui +npm install -D @rgossiaux/svelte-headlessui ``` ## Usage