Skip to content

Commit 06897b8

Browse files
authored
Update README.md
yaml spacing
1 parent 6df9d69 commit 06897b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ For `patch-package` to work on Heroku applications, you must specify [`NPM_CONFI
9090
```
9191
9292
As well as the save_cache
93-
```yaml
93+
```yaml
9494
- save_cache:
9595
key: app-node_modules-v1-{{ checksum "yarn.lock" }}-{{ checksum "patches.hash" }}
9696
paths:
97-
- ./node_modules
97+
- ./node_modules
9898
```
9999
100100
## Usage

0 commit comments

Comments
 (0)