From 0d510f772e59f95fa4702cac3c6cd73cf0acd878 Mon Sep 17 00:00:00 2001 From: Lucas Azzola Date: Wed, 24 Apr 2019 09:00:55 +1000 Subject: [PATCH] docs: fix heading levels [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a48c5de..b7f0709 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ For example `pretty-quick --pattern "**/*.*(js|jsx)"` or `pretty-quick --pattern Outputs the name of each file right before it is proccessed. This can be useful if Prettier throws an error and you can't identify which file is causing the problem. -## `--bail` +### `--bail` Prevent `git commit` if any files are fixed.