diff --git a/readme.md b/readme.md index f6c314a..60016ac 100644 --- a/readme.md +++ b/readme.md @@ -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