From 1eb0779dcb816b4be7fa2e9b08bcaca8ae0341b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9as=20Lundgren?= Date: Thu, 1 Dec 2022 10:48:15 +0100 Subject: [PATCH 1/3] docs: update index --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index f2fe754..4e70890 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,6 @@ - [Installation](#installation) - * [Using Composer](#using-composer) - * [Standalone](#standalone) - [Usage](#usage) - [Signed URLs](#signed-urls) - [Srcset Generation](#srcset-generation) @@ -29,8 +27,6 @@ ## Installation -### Using Composer - Install through composer with: ```bash From 9f2023eba16d04dcc3042c77020bc053ab2b34e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9as=20Lundgren?= Date: Thu, 1 Dec 2022 10:48:32 +0100 Subject: [PATCH 2/3] docs: update wording for install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e70890..5ec6422 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ ## Installation -Install through composer with: +You can install the package via composer: ```bash composer require imgix/imgix-php 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 3/3] 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,