Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Meilick <b@bnomei.com>
  • Loading branch information
bnomei committed Jul 26, 2018
1 parent b52479a commit e1a77b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bnomei/kirby3-security-headers",
"type": "plugin",
"version": "0.5.1",
"version": "0.5.2",
"license": "MIT",
"description": "Kirby 3 Plugin for easier Security Headers setup",
"autoload": {
Expand Down
8 changes: 5 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@ Kirby 3 Plugin for easier Security Headers setup.
## Usage

```php

<?php
echo snippet('plugin-securityheaders');
?><!DOCTYPE html>
<!-- ... -->
```

## Settings

**hash**
default: will lead to query string and does not require htaccess setup. thanks @fabianmichael. [#1](https://github.com/bnomei/kirby3-securityheaders/issues/1)
TODO



Expand Down

0 comments on commit e1a77b1

Please sign in to comment.