From eba5fe0c4d21503a804c558901b1b426fc92cf9c Mon Sep 17 00:00:00 2001 From: Victor Shih Date: Thu, 28 Jan 2021 18:16:52 -0800 Subject: [PATCH] Document acceptance of either .yml or .yaml --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c70967869..2cf6b3a7a 100644 --- a/README.md +++ b/README.md @@ -949,7 +949,7 @@ to change Zappa's behavior. Use these at your own risk! #### YAML Settings -If you prefer YAML over JSON, you can also use a `zappa_settings.yml`, like so: +If you prefer YAML over JSON, you can also use `zappa_settings.yml` or `zappa_settings.yaml`, like so: ```yaml ---