Skip to content

Commit e4b0b3b

Browse files
committed
Update description
1 parent 2162964 commit e4b0b3b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function onList( error, names ) {
4747

4848
The function accepts the following `options`:
4949

50-
- **dir**: directory from which to search for packages. May be either an absolute path or a path relative to the `stdlib/lib/node_modules/` directory. Default: `/path/to/stdlib/lib/node_modules/`.
50+
- **dir**: directory from which to search for packages. May be either an absolute path or a path relative to the `stdlib/lib/node_modules/` directory (e.g., `./@stdlib/math`). Default: `/path/to/stdlib/lib/node_modules/`.
5151
- **pattern**: glob pattern used to find packages. Default: `'**/package.json'` (note: pattern **must** end with `package.json`).
5252
- **ignore**: list of glob patterns used to exclude matches.
5353

0 commit comments

Comments
 (0)