Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
yaml spacing
  • Loading branch information
SRandazzo authored Oct 27, 2020
1 parent 6df9d69 commit 06897b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ For `patch-package` to work on Heroku applications, you must specify [`NPM_CONFI
```
As well as the save_cache
```yaml
```yaml
- save_cache:
key: app-node_modules-v1-{{ checksum "yarn.lock" }}-{{ checksum "patches.hash" }}
paths:
- ./node_modules
- ./node_modules
```
## Usage
Expand Down

0 comments on commit 06897b8

Please sign in to comment.