From 5e5c3c126b6defb55a0784b7bfe32d2ed43fe7a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20B=C3=B6hrnsen?= Date: Mon, 17 Apr 2017 09:43:17 +0200 Subject: [PATCH] fix readme It stated s3-cloudfront. Seems to be a 'copy paste' issue from a different repo's README. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f0ce5fb..a758354 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,8 @@ deploy: ``` yaml deploy: - type: s3-cloudfront + type: s3 bucket: my-site-bucket - cf_distribution: mydistributionid headers: {CacheControl: 'max-age=604800, public'} ```