Skip to content

Commit 44586e4

Browse files
committed
fixup readme mistakes
1 parent a70515e commit 44586e4

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
@@ -51,13 +51,13 @@ import unzip_requirements
5151
```
5252

5353
If you want to be able to use `sls invoke local` and don't have a check for
54-
lambda or a `try`/`except ImportError` around that impolrt, you can use the
54+
lambda or a `try`/`except ImportError` around that import, you can use the
5555
following option to make this plugin not delete the `unzip_requirements`
5656
helper:
5757
```yaml
5858
custom:
5959
pythonRequirements:
60-
removeVendorHelper: false
60+
cleanupZipHelper: false
6161
```
6262

6363
## Manual invocations

0 commit comments

Comments
 (0)