Skip to content

Commit 796f64d

Browse files
authored
Update README.md
1 parent 2d13f13 commit 796f64d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If you're on a mac, check out [these notes](#applebeersnake-mac-brew-installed-p
2828

2929

3030
## Cross compiling!
31-
Compiling non-pure-Python modules or fetching their manylinux wheels is
31+
Compiling non-pure-Python modules or fetching their many linux wheels is
3232
supported on non-linux OSs via the use of Docker and the
3333
[docker-lambda](https://github.com/lambci/docker-lambda) image.
3434
To enable docker usage, add the following to your `serverless.yml`:
@@ -115,7 +115,7 @@ custom:
115115
```
116116
#### Custom Removal Patterns
117117
To specify additional directories to remove from the installed packages,
118-
define a list of of patterns int he serverless config using the `slimPatterns`
118+
define a list of patterns in the serverless config using the `slimPatterns`
119119
option and glob syntax. Note, it matches against whole paths, so to match a file in any
120120
directory, start your pattern with `**/`.
121121
```yaml

0 commit comments

Comments
 (0)