From c4903dbca98cf7e110093dbe7c2c584f677cfa8c Mon Sep 17 00:00:00 2001 From: Ross Light Date: Fri, 29 Sep 2017 09:24:56 -0700 Subject: [PATCH] README: fix cache_max_age reference --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ebb0ed6..b66138d 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ handler into larger Go servers. ``` host: example.com -cache_age: 3600 +cache_max_age: 3600 paths: /foo: repo: https://github.com/example/foo @@ -77,7 +77,7 @@ paths: - cache_age + cache_max_age optional The amount of time to cache package pages in seconds. Controls the max-age directive sent in the Cache-Control HTTP header.