diff --git a/README.md b/README.md index 1b21321..af38d5f 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,13 @@ pylyzer can do more than the type checking. For example, it can detect out-of-bo While pytype/pyright's error reports are illegible, pylyzer shows where the error occurred and provides clear error messages. -![reports](https://raw.githubusercontent.com/mtshiba/pylyzer/main/images/reports.png) +### pylyzer + +![report](https://raw.githubusercontent.com/mtshiba/pylyzer/main/images/report.png) + +### pyright + +![pyright_report](https://raw.githubusercontent.com/mtshiba/pylyzer/main/images/pyright_report.png) ## How it works diff --git a/images/pyright_report.png b/images/pyright_report.png new file mode 100644 index 0000000..93e0c06 Binary files /dev/null and b/images/pyright_report.png differ diff --git a/images/report.png b/images/report.png new file mode 100644 index 0000000..d4bd8c6 Binary files /dev/null and b/images/report.png differ diff --git a/images/reports.png b/images/reports.png deleted file mode 100644 index 36c0e8c..0000000 Binary files a/images/reports.png and /dev/null differ