diff --git a/demo/index.html b/demo/index.html index b368601..77f349a 100644 --- a/demo/index.html +++ b/demo/index.html @@ -94,29 +94,6 @@ - -
-

Quick Installation

-
-
<!-- Add Tailwind CSS -->
-<script src="https://cdn.tailwindcss.com"></script>
-
-<!-- Add import map for nostr-tools -->
-<script type="importmap">
-{
-  "imports": {
-    "nostr-tools": "https://esm.sh/nostr-tools@1.17.0"
-  }
-}
-</script>
-
-<!-- Add the chat widget -->
-<script type="module" src="path/to/chat.js"></script>
-
-<!-- Add chat widget container -->
-<div id="chat-widget-root"></div>
-
-
@@ -140,7 +117,10 @@ - + + + +
\ No newline at end of file diff --git a/package_json.json b/package.json similarity index 99% rename from package_json.json rename to package.json index a643422..d5c98b3 100644 --- a/package_json.json +++ b/package.json @@ -37,4 +37,4 @@ "engines": { "node": ">=14.0.0" } -} \ No newline at end of file +} diff --git a/nostr_chat_readme.md b/readme.md similarity index 100% rename from nostr_chat_readme.md rename to readme.md