Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
linebreaks reloaded
  • Loading branch information
claudehohl authored Oct 2, 2018
1 parent e5ba4ab commit 9edcff6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9edcff6

Please sign in to comment.