Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bepsvpt committed Sep 8, 2018
1 parent ea4b26e commit 8ace9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Expand Up @@ -43,7 +43,7 @@
```blade
@inject('headers', 'Bepsvpt\SecureHeaders\SecureHeaders')
<style nonce="{{ $header->nonce() }}">
<style nonce="{{ $headers->nonce() }}">
// your css
</style>
```
Expand Down

0 comments on commit 8ace9a3

Please sign in to comment.