Skip to content

Commit 1782df7

Browse files
authored
[update] minor corrections in readme
1 parent f1abe59 commit 1782df7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A full-stack web application that integrates DHTMLX Diagram with AI for generati
99
- **Natural Language to Diagram:** Describe your diagram in plain English (e.g., "An organizational chart with CEO and department heads") and watch it come to life.
1010
- **Live Preview:** See the generated DHTMLX Diagram instantly.
1111
- **Editable JSON:** View, edit, and fine-tune the generated JSON configuration in a built-in code editor.
12-
- **Instant Updates:** Modify the JSON and click "Update Preview" to see your changes immediately without calling the AI again.
12+
- **Instant Updates:** Modify the JSON and see your changes immediately without calling the AI again.
1313

1414
## AI Service
1515

@@ -21,7 +21,11 @@ A full-stack web application that integrates DHTMLX Diagram with AI for generati
2121
Follow these steps to get the project running on your local machine.
2222

2323
```bash
24+
# 1. Clone the repository
25+
git clone diagram-org-chart-builder-ai-demo
2426
cd diagram-org-chart-builder-ai-demo
27+
28+
# 2. Install dependencies
2529
npm install
2630
```
2731

@@ -58,7 +62,7 @@ You should see the following output in your terminal:
5862
Server started on port 3001
5963
```
6064

61-
### 4. Open in Browser
65+
### Open in Browser
6266

6367
Open your favorite web browser and navigate to:
6468
[http://localhost:3001](http://localhost:3001)

0 commit comments

Comments
 (0)