Skip to content

Commit ba1e1f0

Browse files
oleg-kolzhanovvjik
andauthored
Add screenshot to readme (#149)
Co-authored-by: Sergei Predvoditelev <[email protected]>
1 parent ea53acc commit ba1e1f0

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ The package provides advanced error handling. The features are:
2727
- Has ability to implement your own error rendering for additional types.
2828
- [Friendly exceptions](https://github.com/yiisoft/friendly-exception/) support.
2929

30+
<picture>
31+
<source media="(prefers-color-scheme: dark)" srcset="docs/images/view-development-dark.png">
32+
<source media="(prefers-color-scheme: light)" srcset="docs/images/view-development-light.png">
33+
<img alt="Error handler" src="docs/images/view-development-light.png">
34+
</picture>
35+
3036
## Requirements
3137

3238
- PHP 8.1 or higher.
63.2 KB
Loading
64.4 KB
Loading

0 commit comments

Comments
 (0)