From bc4605d34594e86fbbcca4e90fef4d13faec2d70 Mon Sep 17 00:00:00 2001 From: Simon Hamp Date: Sat, 13 Jan 2024 04:43:50 +0000 Subject: [PATCH] Fix readme --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 537f6c3..c89639b 100644 --- a/README.md +++ b/README.md @@ -339,8 +339,6 @@ public function render(ImageInterface $image) You should, however, extend the [`Box` class](https://github.com/simonhamp/the-og/blob/main/src/Layout/Box.php) as this provides a number of useful conveniences, especially if you want to use relative positioning. -```php - ## Testing The OG uses PHPUnit with [snapshot testing](https://github.com/spatie/phpunit-snapshot-assertions).