Skip to content

Commit e7ca487

Browse files
committed
Fix require statement
1 parent 344d8dd commit e7ca487

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/_tools/pkgs/readmes

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/_tools/pkgs/readmes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
## Usage
88

99
```javascript
10-
var findREADMEs = require( '@stdlib/_tools/pkgs/wasm' );
10+
var findREADMEs = require( '@stdlib/_tools/pkgs/readmes' );
1111
```
1212

1313
#### findREADMEs( \[options,] clbk )

0 commit comments

Comments
 (0)