From 11d2b2afce0cd448835eebbf1529dfbb13d68945 Mon Sep 17 00:00:00 2001 From: isaacs Date: Fri, 24 Jan 2020 12:22:26 -0800 Subject: [PATCH] readme typo --- readme.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.markdown b/readme.markdown index 7daf6cc..827de59 100644 --- a/readme.markdown +++ b/readme.markdown @@ -181,7 +181,7 @@ There are a few to choose from! Use the one that suits your needs best :D - You need (or at least, are ok with) a CLI. - You need to override the `fs` methods in use. -## use [`make-dir](http://npm.im/make-dir) if: +## use [`make-dir`](http://npm.im/make-dir) if: - You do not need to know the first dir created (and wish to save a few `stat` calls when using the native implementation for this reason).