diff --git a/README.en.md b/README.en.md index a788f05..af2e32c 100644 --- a/README.en.md +++ b/README.en.md @@ -5,6 +5,8 @@ The debug bar enables the display of relevant debug information in the shop frontend. +![screenshot](screenshot.jpg "Screenshot") + ## Table of content - [Installation](#installation) diff --git a/README.md b/README.md index adc6479..9cf5ca6 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Die Debug Bar ermöglicht die Darstellung relevanter Debuginformationen im Shopfrontend. +![screenshot](screenshot.jpg "Screenshot") + ## Inhaltsverzeichnis - [Installation](#installation) diff --git a/composer.json b/composer.json index a7e0d6c..1165d69 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,8 @@ "composer.json", ".php-cs-fixer.php", "*.xml", - "*.neon" + "*.neon", + "*.jpg" ], "target-directory": "d3/debugbar" } diff --git a/screenshot.jpg b/screenshot.jpg new file mode 100644 index 0000000..ff40dea Binary files /dev/null and b/screenshot.jpg differ