Skip to content

Commit 2ea1180

Browse files
Update README.md
1 parent 2a3b162 commit 2ea1180

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ An AI-driven data formatting tool designed to process JSON data for various appl
1616

1717
1. **Clone the repository**:
1818
```bash
19-
git clone https://github.com/your-username/ai-data-formatter.git
20-
cd ai-data-formatter
19+
git clone https://github.com/Easy2-Dev/AI-Data-Formatter.git
20+
cd AI-Data-Formatter
2121
```
2222

2323
2. **Install dependencies**:
@@ -47,7 +47,7 @@ An AI-driven data formatting tool designed to process JSON data for various appl
4747
1. **Place Input JSON Files**: Place the JSON files you want to process in the `input` directory.
4848
2. **Run the Script**:
4949
```bash
50-
python process_json.py
50+
python main.py
5151
```
5252
3. **View Processed Output**: Processed JSON files will be saved in the `output` directory with the same file names as the input files.
5353

0 commit comments

Comments
 (0)