From 8bd26240916a7431e3822a65e8a4f6b7d8c39526 Mon Sep 17 00:00:00 2001 From: April King Date: Mon, 11 May 2020 14:34:41 -0500 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3196d8c8..935d6a34 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ custom: To specify additional directories to remove from the installed packages, define a list of patterns in the serverless config using the `slimPatterns` -option and glob syntax. These paterns will be added to the default ones (`**/*.py[c|o]`, `**/__pycache__*`, `**/*.dist-info*`). +option and glob syntax. These patterns will be added to the default ones (`**/*.py[c|o]`, `**/__pycache__*`, `**/*.dist-info*`). Note, the glob syntax matches against whole paths, so to match a file in any directory, start your pattern with `**/`.