Skip to content

Commit 779e73b

Browse files
committed
Update renamed related packages in the readme
1 parent c3a318d commit 779e73b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ resolveFromFoo('./baz');
6060
## Related
6161

6262
- [resolve-cwd](https://github.com/sindresorhus/resolve-cwd) - Resolve the path of a module from the current working directory
63-
- [req-from](https://github.com/sindresorhus/req-from) - Require a module from a given path
64-
- [req-cwd](https://github.com/sindresorhus/req-cwd) - Require a module from the current working directory
63+
- [import-from](https://github.com/sindresorhus/import-from) - Import a module from a given path
64+
- [import-cwd](https://github.com/sindresorhus/import-cwd) - Import a module from the current working directory
6565
- [resolve-pkg](https://github.com/sindresorhus/resolve-pkg) - Resolve the path of a package regardless of it having an entry point
66-
- [lazy-req](https://github.com/sindresorhus/lazy-req) - Require modules lazily
66+
- [import-lazy](https://github.com/sindresorhus/import-lazy) - Import a module lazily
6767

6868

6969
## License

0 commit comments

Comments
 (0)