Skip to content

Commit f24c509

Browse files
committed
more renaming
1 parent cb67d74 commit f24c509

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

chartlets.js/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@ git clone https://github.com/bcdev/chartlets.git
3737
### Run the server
3838

3939
```bash
40-
cd chartlets/dashipy
40+
cd chartlets/chartlets.py
4141
conda env create
4242
conda activate chartlets
4343
pip install -ve .
44-
python -m dashipy.demo.server
44+
python -m chartlets.demo.server
4545
```
4646

4747
### Run the UI
4848

4949
```bash
50-
cd ../chartlets
50+
cd ../chartlets.js
5151
npm install
5252
npm run dev
5353
```

chartlets.js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chartlets",
3-
"version": "0.0.0",
3+
"version": "0.0.16",
44
"description": "An experimental library for integrating interactive charts into existing JavaScript applications.",
55
"type": "module",
66
"files": [

0 commit comments

Comments
 (0)