Skip to content

Commit a018f5d

Browse files
authored
Wrong quotes
1 parent 62b3911 commit a018f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ package:
453453
- "**"
454454
```
455455

456-
This will be very slow. Serverless adds a default '"**"' include. If you are using the 'cacheLocation' parameter to this plugin, this will result in all of the cached files' names being loaded and then subsequently discarded because of the exclude pattern. To avoid this happening you can add a negated include pattern, as is observed in https://github.com/serverless/serverless/pull/5825.
456+
This will be very slow. Serverless adds a default `"**"` include. If you are using the `cacheLocation` parameter to this plugin, this will result in all of the cached files' names being loaded and then subsequently discarded because of the exclude pattern. To avoid this happening you can add a negated include pattern, as is observed in https://github.com/serverless/serverless/pull/5825.
457457

458458
Use this approach instead:
459459

0 commit comments

Comments
 (0)