Skip to content

Commit ef8a588

Browse files
fix README typos
1 parent 63c9272 commit ef8a588

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ DATASET_DIR_PATH:
6464
- Save the YAML file to the path `DATASET_YAML_PATH`. Then run the command line:
6565

6666
```bash
67-
nl2sql360 dataset DATASET_YAML_PATH
67+
nl2sql360-cli dataset DATASET_YAML_PATH
6868
```
6969

7070
- Code Usage:
@@ -83,7 +83,7 @@ DATASET_DIR_PATH:
8383
- Save the YAML file to the path `DATASET_YAML_PATH`. Then run the command line:
8484

8585
```bash
86-
nl2sql360 evaluate DATASET_YAML_PATH
86+
nl2sql360-cli evaluate DATASET_YAML_PATH
8787
```
8888

8989
- Code Usage:
@@ -102,7 +102,7 @@ DATASET_DIR_PATH:
102102
- Save the YAML file to the path `DATASET_YAML_PATH`. Then run the command line:
103103

104104
```bash
105-
nl2sql360 report DATASET_YAML_PATH
105+
nl2sql360-cli report DATASET_YAML_PATH
106106
```
107107

108108
- The generated report will be in `save_path` specified in the YAML file.
@@ -122,7 +122,7 @@ DATASET_DIR_PATH:
122122
- Save the YAML file to the path `DATASET_YAML_PATH`. Then run the command line:
123123

124124
```bash
125-
nl2sql360 delete DATASET_YAML_PATH
125+
nl2sql360-cli delete DATASET_YAML_PATH
126126
```
127127

128128
- Code Usage:

requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ tqdm
77
loguru
88
sqlalchemy
99
pandas
10+
pyyaml
11+
nltk
12+
sqlparse

0 commit comments

Comments
 (0)