From e5ba4abcf829abd480672139c53109a531f79943 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 2 Oct 2018 11:44:19 +0200 Subject: [PATCH] Update README.md linebreaks --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d7f8bfc..5dc91aa 100644 --- a/README.md +++ b/README.md @@ -100,10 +100,10 @@ The language setting in config/stikked.php is back, you can set a fixed language $config['language'] = 'english'; ``` -New config option: Content expiration. -Sets the "Expires:"-header to make use of browser-caching -Format: http://php.net/manual/en/function.strtotime.php -Examples: '+10 seconds', '+1 year', '-1 week' +New config option: Content expiration.\ +Sets the "Expires:"-header to make use of browser-caching\ +Format: http://php.net/manual/en/function.strtotime.php\ +Examples: '+10 seconds', '+1 year', '-1 week'\ Browser-caching is disabled when this option is not set. ```php