From 9edcff65daef96e558551630e048d102e8d4e985 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 2 Oct 2018 11:45:15 +0200 Subject: [PATCH] Update README.md linebreaks reloaded --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5dc91aa3..9db59a02 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