From 796f64d5741822a66c1756de2706530e9364e597 Mon Sep 17 00:00:00 2001 From: Devin Turner Date: Thu, 11 Oct 2018 08:00:47 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c464dc0a..d424b15c 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ If you're on a mac, check out [these notes](#applebeersnake-mac-brew-installed-p ## Cross compiling! -Compiling non-pure-Python modules or fetching their manylinux wheels is +Compiling non-pure-Python modules or fetching their many linux wheels is supported on non-linux OSs via the use of Docker and the [docker-lambda](https://github.com/lambci/docker-lambda) image. To enable docker usage, add the following to your `serverless.yml`: @@ -115,7 +115,7 @@ custom: ``` #### Custom Removal Patterns To specify additional directories to remove from the installed packages, -define a list of of patterns int he serverless config using the `slimPatterns` +define a list of patterns in the serverless config using the `slimPatterns` option and glob syntax. Note, it matches against whole paths, so to match a file in any directory, start your pattern with `**/`. ```yaml From 6786b9ce42a35db37d0a7b75ea17537358619b64 Mon Sep 17 00:00:00 2001 From: Devin Turner Date: Thu, 11 Oct 2018 17:37:31 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d424b15c..e97d077f 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ If you're on a mac, check out [these notes](#applebeersnake-mac-brew-installed-p ## Cross compiling! -Compiling non-pure-Python modules or fetching their many linux wheels is +Compiling non-pure-Python modules or fetching their manylinux wheels is supported on non-linux OSs via the use of Docker and the [docker-lambda](https://github.com/lambci/docker-lambda) image. To enable docker usage, add the following to your `serverless.yml`: