Skip to content

Commit c3b8a9b

Browse files
committedFeb 12, 2025·
chore: adjust instruction for dotfile configs
1 parent 9377ea9 commit c3b8a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ console.log(resolvedConfig) // { port: 3000, host: 'localhost' }, unless a confi
5151
```
5252

5353
> [!TIP]
54-
> If your process.cwd() includes a `$name.config.{ts,js,mjs,cjs}` file, it will be loaded and merged with the defaults, with file config file values taking precedence.
54+
> If your `process.cwd()` includes a `$name.config.{ts,js,mjs,cjs}` _(or `.$name.config.{ts,js,mjs,cjs}`)_ file, it will be loaded and merged with defaults, where file config file values take precedence.
5555
5656
## Testing
5757

0 commit comments

Comments
 (0)
Please sign in to comment.