From 5b283df392295c14d37b49bf94775b959da563c4 Mon Sep 17 00:00:00 2001 From: gkpty Date: Sun, 4 Oct 2020 11:49:28 -0500 Subject: [PATCH] corrected config in readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb51dcb..fd2c1e3 100644 --- a/README.md +++ b/README.md @@ -116,8 +116,10 @@ Let’s say your website uses CloudFront for a month (30 days), and the site has - **config**: OBJECT: REQUIRED: Stack configuration. Contains the desired providers for each resource as well as the index and error documents. ``` const config = { - index:"index.html", - error:"error.html", + options:{ + index:"index.html", + error:"error.html" + } last_deployment:"", providers: { domain: 'godaddy',