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: