From 61e81adf73b6164b8f7f616e076db660a43a12ec Mon Sep 17 00:00:00 2001 From: Jessica Parsons Date: Wed, 13 Mar 2019 16:02:34 -0700 Subject: [PATCH] Fix heading level in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abf2557a..3aa567b3 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Here is an example that sets `NODE_VERSION` and `NODE_ENV` before running a buil export NODE_VERSION=8 NODE_ENV=production ; build npm run build ``` -## Testing locally with cache +### Testing locally with cache If you'd like to run a debugging build using our caching mechanisms, with verbose shell output, you can replace steps 2 and 3 above with the following command: