Skip to content
This repository was archived by the owner on Aug 22, 2024. It is now read-only.

Commit 2f0d877

Browse files
committed
docs(readme): fix typo
1 parent 40a669f commit 2f0d877

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Black Lives Matter!](https://api.ergodark.com/badges/blm 'Join the movement!')](https://secure.actblue.com/donate/ms_blm_homepage_2019)
1+
[![Black Lives Matter!](https://xunn.at/badge-blm 'Join the movement!')](https://xunn.at/donate-blm)
22
[![Maintenance status](https://img.shields.io/maintenance/active/2022 'Is this package maintained?')](https://www.npmjs.com/package/webpack-node-module-types)
33
[![Last commit timestamp](https://img.shields.io/github/last-commit/xunnamius/webpack-node-module-types 'When was the last commit to the official repo?')](https://www.npmjs.com/package/webpack-node-module-types)
44
[![Open issues](https://img.shields.io/github/issues/xunnamius/webpack-node-module-types 'Number of known issues with this package')](https://www.npmjs.com/package/webpack-node-module-types)
@@ -107,7 +107,7 @@ precedence over those found in a higher-level `node_modules` directory.
107107
Example:
108108

109109
```TypeScript
110-
// process.cwd() => /repos/my-workspace/pkg-1
110+
// process.cwd() => /repos/my-workspace/packages/pkg-1
111111
const { determineModuleTypes } = require('webpack-node-module-types/sync');
112112
console.log(determineModuleTypes({ rootMode: "upward" }));
113113
// Will find:

0 commit comments

Comments
 (0)