Skip to content

Commit 58d99b5

Browse files
committed
Fix typo in cfpq_eval/README
1 parent d26821e commit 58d99b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cfpq_eval/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For detailed information on evaluation script options, execute the following com
2323

2424
```bash
2525
cd .. # Should be run from CFPQ_PyAlgo project root directory
26-
python3 -m cfpq_cli.run_all_pairs_cflr --help
26+
python3 -m cfpq_eval.eval_all_pairs_cflr --help
2727
```
2828

2929
The basic command usage is as follows:

0 commit comments

Comments
 (0)