Skip to content

Commit

Permalink
style: cleanup white space
Browse files Browse the repository at this point in the history
  • Loading branch information
adevade committed Dec 1, 2022
1 parent 9f2023e commit a347b98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit a347b98

Please sign in to comment.