Skip to content

Commit

Permalink
Merge pull request #6 from adampatterson/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
crocodile2u authored Sep 13, 2021
2 parents edf0372 + 8b34079 commit 9532541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $url->setFit("fill")
$url->useAdvancedMode();

// set processing options:
$url->options()->withResisingAlgorithm(ResisingAlgorithm::LINEAR)/* -> chain more with<FEATURE>() calls -> ... */;
$url->options()->withResizingAlgorithm(ResizingAlgorithm::LINEAR)/* -> chain more with<FEATURE>() calls -> ... */;

echo $url->toString();
```
Expand Down Expand Up @@ -74,4 +74,4 @@ composer run-script generate -- \
```

Hear, the KEY & SALT are valid for the imgproxy instance started by provided `docker-compose.yml`.
You can also test URL generation for arbitrary custom imgproxy installation by providing relevant `base`, `key` & `salt`. Happy testing!
You can also test URL generation for arbitrary custom imgproxy installation by providing relevant `base`, `key` & `salt`. Happy testing!

0 comments on commit 9532541

Please sign in to comment.