From 8d58de7f0489a9fd4e3e4582d870277710f7792e Mon Sep 17 00:00:00 2001 From: Nathan LaFreniere Date: Wed, 18 Nov 2015 16:52:54 -0800 Subject: [PATCH] add quotes --- DOCS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DOCS.md b/DOCS.md index bd4660e..00b379d 100644 --- a/DOCS.md +++ b/DOCS.md @@ -65,7 +65,7 @@ publish: target: /target/location delete: true metadata: - Cache-Control: max-age: 10000 + Cache-Control: "max-age: 10000" ``` Or you can specify metadata for file patterns by using a glob: @@ -83,7 +83,7 @@ publish: delete: true metadata: "*.png": - Cache-Control: max-age: 10000000 + Cache-Control: "max-age: 10000000" "*.html": - Cache-Control: max-age: 1000 + Cache-Control: "max-age: 1000" ```