Skip to content

Commit d17cbce

Browse files
authored
Update README.md
1 parent 3d2f0e4 commit d17cbce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ a-DCF: an architecture agnostic metric
88
## Usage
99
- With default a-DCF configuration (a-DCF1 in the paper)
1010
```
11-
from a_dcf import calculate_a_dcf
12-
results = calculate_a_dcf(YOUR_SCORE_FILE_DIR)
11+
from a_dcf import a_dcf
12+
results = a_dcf.calculate_a_dcf(YOUR_SCORE_FILE_DIR)
1313
```

0 commit comments

Comments
 (0)