Update README.md

linebreaks reloaded
This commit is contained in:
Claude 2018-10-02 11:45:15 +02:00 committed by GitHub
parent e5ba4abcf8
commit 9edcff65da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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