diff --git a/README.md b/README.md index 8052581d..0c420300 100644 --- a/README.md +++ b/README.md @@ -39,11 +39,6 @@ Browsershot::url('https://example.com')->bodyHtml(); // returns the html of the Spatie is a webdesign agency in Antwerp, Belgium. You'll find an overview of all our open source projects [on our website](https://spatie.be/opensource). -## Framework implementations - -* Laravel: [laravel-browsershot](https://github.com/verumconsilium/laravel-browsershot) - - ## Requirements This package requires node 7.6.0 or higher and the Puppeteer Node library. @@ -485,6 +480,10 @@ Browsershot::url('https://example.com') ... ``` +## Related packages + +* Laravel wrapper: [laravel-browsershot](https://github.com/verumconsilium/laravel-browsershot) + ## Contributing Please see [CONTRIBUTING](CONTRIBUTING.md) for details.