Skip to content

Commit 6b65d3b

Browse files
committed
Fix Typo in README
1 parent 4084338 commit 6b65d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ docstr-coverage some_project/src
102102

103103
#### Config File
104104
All options can be saved in a config file. A file named `.docstr.yaml` in the folder in which `docstr-coverage` is executed is picked up automatically.
105-
Other locations can be passed using `docstr-coverage -C path/to/config.json` or the long version `--config`.
105+
Other locations can be passed using `docstr-coverage -C path/to/config.yml` or the long version `--config`.
106106

107107
Example:
108108
```yaml

0 commit comments

Comments
 (0)