@tachui/data 0.8.5-alpha → 0.8.10-alpha.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,9 +21,9 @@ The tachUI data package provides essential components for displaying and organiz
21
21
  ## Installation
22
22
 
23
23
  ```bash
24
- npm install @tachui/core@0.8.0-alpha @tachui/data@0.8.0-alpha
24
+ npm install @tachui/core @tachui/data
25
25
  # or
26
- pnpm add @tachui/core@0.8.0-alpha @tachui/data@0.8.0-alpha
26
+ pnpm add @tachui/core @tachui/data
27
27
  ```
28
28
 
29
29
  ## Quick Start