fixed docs

This commit is contained in:
2025-07-15 17:24:38 +02:00
parent 1d4c2fa9ed
commit 17d7c33f02
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ Lightweight, canvasbased charting library written in TypeScript, designed for
## Installation ## Installation
```bash ```bash
npm install uchart npm install @meteolab/uchart
``` ```

View File

@@ -1,7 +1,7 @@
{ {
"name": "@meteolab/uchart", "name": "@meteolab/uchart",
"publishConfig": { "access": "public" }, "publishConfig": { "access": "public" },
"version": "1.0.1", "version": "1.0.2",
"description": "Lightweight charting library for the browser and Node.js", "description": "Lightweight charting library for the browser and Node.js",
"license": "MIT", "license": "MIT",
"repository": { "repository": {