Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindees committed Aug 4, 2022
1 parent a76bd59 commit a07ad3c
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 @@ -48,7 +48,7 @@ for file in *; do cwebp -q 50 "$file" -o "${file%.*}.webp"; done

### imgix Activation

In your themes `functions.php` file call `\ImgixWp\Core::init()` and provide your imgix source URL host name (exclude `https`). The imix source must point to your `wp-content/uploads` folder.
In your themes `functions.php` file call `\ImgixWp\Core::init()` and provide your imgix source URL host name (exclude `https`). The imgix source must point to your `wp-content/uploads` folder.

```php
// functions.php
Expand Down

0 comments on commit a07ad3c

Please sign in to comment.