Skip to content

Commit

Permalink
readme formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
d-karstens committed May 3, 2023
1 parent c43d4b1 commit c796260
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 @@ -8,19 +8,19 @@ Fastly cache purger for the Blitz plugin for Craft CMS.

```php
'cachePurgerTypes' => [
'mangochutney\blitzfastly\FastlyPurger',
'mangochutney\blitzfastly\FastlyPurger',
],
```

2. Select the purger under the `Reverse Proxy Purging` tab in your Blitz settings and configure with your API key and service ID.
2. Select the purger under the `Reverse Proxy Purging` tab in your Blitz settings and configure with your API key and service ID

Or configure in your Blitz config file

```php
'cachePurgerType' => 'mangochutney\blitzfastly\FastlyPurger',

'cachePurgerSettings' => [
'apiKey' => '123456789',
'serviceId' => '123456789',
'apiKey' => 'FASTLY_API_TOKEN',
'serviceId' => 'FASTLY_SERVICE_ID',
],
```

0 comments on commit c796260

Please sign in to comment.