Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
croxton committed May 3, 2023
1 parent 7456546 commit d85ae63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ Create a source in `imgixer.php` config, adding `servd` as the asset provider. A
```php
'my-servd-assets' => array(
'provider' => 'servd',
'endpoint' => , 'https://my-served-project-slug.transforms.svdcdn.com'
'endpoint' => 'https://my-served-project-slug.transforms.svdcdn.com',
'defaultParams' => array(
'auto' => 'format',
'fit' => 'crop',
Expand Down

0 comments on commit d85ae63

Please sign in to comment.