From a347b98f8b3a8af2d19ee616f2ec4a980b6de372 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9as=20Lundgren?= Date: Thu, 1 Dec 2022 10:49:08 +0100 Subject: [PATCH] style: cleanup white space --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ec6422..d5e0417 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,6 @@ You can install the package via composer: composer require imgix/imgix-php ``` - ## Usage To begin creating imgix URLs programmatically, add the php files to your project (an example autoloader is also provided). The URL builder can be reused to create URLs for any @@ -84,7 +83,7 @@ $builder = new UrlBuilder("demos.imgix.net", true, "my-key", false); echo $builder->createSrcSet("image.png"); ``` -The above will produce the following srcset attribute value which can then be served to the client: +The above will produce the following srcset attribute value which can then be served to the client: ``` html https://demos.imgix.net/image.png?w=100&s=e415797545a77a9d2842dedcfe539c9a 100w,