From c03a7f0604b6995f3390117cfbbb97a307c2b96a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20D=C3=B6ll?= Date: Wed, 6 Nov 2024 09:44:15 +0000 Subject: [PATCH] chore: update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5822239..505ab63 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ This is a simple HTMX element that can be used to display toasts in your web app npm install @htmx/template-element ``` +Use as a module in your application: + ```html ```