Skip to content

Commit

Permalink
readme tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Aug 10, 2024
1 parent 3db37a4 commit feefb84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The module uses global `fetch` under the hood. In Node.js HTTP proxies from envi

## Config File

The config file is used to configure certain options of the module. It be placed as `{.config/,}updates.config.{js,ts,mjs,mts}`, relative to `package.json`. For typescript to work in Node, set `NODE_OPTIONS="--experimental-strip-types"` in your environment.
The config file is used to configure certain options of the module. It be placed as `updates.config.{js,ts,mjs,mts}` or `config/updates.config.{js,ts,mjs,mts}`, relative to `package.json`. For typescript to work in Node 22.6.0 and above, set `NODE_OPTIONS="--experimental-strip-types"` in your environment.

```ts
export default {
Expand Down

0 comments on commit feefb84

Please sign in to comment.