From 0172f5041182f52b5898e2a8a9e02ca3bc12dc22 Mon Sep 17 00:00:00 2001 From: Lucas Azzola Date: Sun, 13 Oct 2019 13:52:53 +1100 Subject: [PATCH] docs: formatting (#75) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67bece6..3e9c4d3 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ npx pretty-quick With `npm`: -1. Add `"pretty-quick": "pretty-quick"` to the scripts section of `package.json`. +1. Add `"pretty-quick": "pretty-quick"` to the `"scripts"` section of `package.json`. 2. `npm run pretty-quick` ## Pre-Commit Hook