@jackuait/blok 0.1.1 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -21,3 +21,19 @@ Unlike traditional `contenteditable` solutions that treat text as a single HTML
21
21
  **🔌 Extensible Plugin System**: Easily create custom blocks (e.g., Kanbans, Embeds, Code Blocks) to fit your specific use case.
22
22
 
23
23
  ## Installation
24
+
25
+ Install the package via NPM or Yarn:
26
+
27
+ ```bash
28
+ npm install @jackuait/blok
29
+ ```
30
+
31
+ or
32
+
33
+ ```bash
34
+ yarn add @jackuait/blok
35
+ ```
36
+
37
+ ## Documentation
38
+
39
+ 📚 **Documentation is coming soon!** We're working hard to provide comprehensive guides, API references, and examples. Stay tuned for updates.