Skip to content

Commit

Permalink
Update README.md (#121)
Browse files Browse the repository at this point in the history
Replaced incorrect namespaces.
  • Loading branch information
dnwjn committed Jan 8, 2024
1 parent 87f5728 commit 5e59492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ class MyCustomPolicy extends Basic
}
```

Don't forget to set the `policy` key in the `csp` config file to the class name of your policy (in this case it would be `App\Services\Csp\Policies\MyCustomPolicy`).
Don't forget to set the `policy` key in the `csp` config file to the class name of your policy (in this case it would be `App\Support\MyCustomPolicy`).

### Using inline scripts and styles

Expand Down Expand Up @@ -286,7 +286,7 @@ To support this use case, this package provides a `@cspMetaTag` blade directive

```blade
<head>
@cspMetaTag(App\Services\Csp\Policies\MyCustomPolicy::class)
@cspMetaTag(App\Support\MyCustomPolicy::class)
</head>
```

Expand Down

0 comments on commit 5e59492

Please sign in to comment.