From b90bdfe0fd79a2bc5f9e8e6a8769322aa51d8ec5 Mon Sep 17 00:00:00 2001 From: Brandon Pickering Date: Fri, 31 Jan 2025 14:23:28 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e424b1..8d09821 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ScreenShader is a simple macOS utility that applies a user-specified fragment shader (color effect) to the screen. This provides more control than existing apps, which provide a fixed set of color effects. -The app works by taking a live screen capture of the full screen, applying the shader effect, and then rendering it to a full screen overlay in real time. Depending on your machine, this may result in noticeable lag or input delay. Feel free to log a Github issue if this is significant on your machine. +The app works by taking a live screen capture of the full screen, applying the shader effect, and then rendering it to a full screen overlay in real time. Depending on your machine, this may result in noticeable slowdown or input delay. Feel free to log a Github issue if this is significant on your machine. ## Examples -- 2.51.2