Skip to content

Commit cb2c9a1

Browse files
committed
Change options docs to point to lilconfig
1 parent 77bddaa commit cb2c9a1

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
@@ -17,12 +17,12 @@ mochify [options] <spec...>
1717
## Options
1818

1919
The Mochify CLI can pick up configuration from files or CLI flags.
20-
File config can be provided through `package.json` or in JavaScript, JSON or YAML files and is resolved using the [default lookup mechanism specified by `cosmiconfig`][cosmiconfig].
20+
File config can be provided through `package.json` or in JavaScript or JSON files and is resolved using the [default lookup mechanism specified by `lilconfig`][lilconfig].
2121
For example, you could either put configuration in a top-level `mochify` key in package.json for static values or a `mochify.config.js` for dynamic ones, and have them being picked up automatically.
2222
In case an option is present in both the config file and as a CLI flag, the flag takes precedence.
2323
Refer to the documentation of `@mochify/mochify` for available configuration options.
2424

25-
[cosmiconfig]: https://github.com/davidtheclark/cosmiconfig#explorersearch
25+
[lilconfig]: https://github.com/antonk52/lilconfig#readme
2626

2727
### `--config`, `-C`
2828

0 commit comments

Comments
 (0)