From 6b01ef6ff5ffaebe0e5497e39d59faf2efcf7767 Mon Sep 17 00:00:00 2001 From: Leonardo Dino Date: Tue, 9 Apr 2019 13:08:03 +0200 Subject: [PATCH] Fix package name typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ada7e0..9e5e634 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ __Note: This module has Bash-parity, please be aware that Windows-style backslas Usage ----- ```sh -npm install anymatchx +npm install anymatch ``` #### anymatch(matchers, testString, [returnIndex])