From f2eb47c76d72a623b8b06d27a1207e6c76567fd1 Mon Sep 17 00:00:00 2001 From: typicode Date: Sat, 28 Sep 2019 03:46:52 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6adb83c16..4e4bc00d5 100644 --- a/README.md +++ b/README.md @@ -278,7 +278,7 @@ Tools like [npm-run-all](https://github.com/mysticatea/npm-run-all) can help too #### Debug messages -`HUSKY_DEBUG=1` can provide additional informations when running commands. +`HUSKY_DEBUG=1` can provide additional information when running commands. ``` HUSKY_DEBUG=1 npm install husky --save-dev