From 7cc849b8c7dfeff4e2482a7d9f03896c9ffaee71 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 25 Jan 2016 20:41:41 +0100 Subject: [PATCH] fix typo --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index aaf8787..87d556a 100644 --- a/readme.md +++ b/readme.md @@ -296,7 +296,7 @@ - [istextorbinary](https://github.com/bevry/istextorbinary) - Check if a file is text or binary. - [fs-jetpack](https://github.com/szwacz/fs-jetpack) - Completely redesigned file system API for convenience in everyday use. - [fs-extra](https://github.com/jprichardson/node-fs-extra) - Extra methods for the `fs` module. -- [pkg-dir](https://github.com/sindresorhus/pkg-dir) - Find the root directory of a npm package. +- [pkg-dir](https://github.com/sindresorhus/pkg-dir) - Find the root directory of an npm package. ### Control flow