From 85946193c7aa0a88758d61fa3a4a9cf80d059f2b Mon Sep 17 00:00:00 2001 From: Enno Gottschalk Date: Wed, 30 Jul 2025 20:06:51 +0200 Subject: [PATCH] Update README.md - Minor clarification wrt "install" Minor clarification that "Install" means flashing the edid.bin to the actual monitor in this context. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbb543ec3f2..9b3688a9da9 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Verify it by `edid-decode`: edid-decode EDID.bin -Install `EDID.bin` by [write-edid](https://github.com/linuxhw/write-edid) or [edid-rw](https://github.com/bulletmark/edid-rw). +Install (flash/upload it to the monitor) `EDID.bin` by [write-edid](https://github.com/linuxhw/write-edid) or [edid-rw](https://github.com/bulletmark/edid-rw). How to regenerate data ----------------------