From 53e7ff399092e657dd843e2ad61fff21103b42b6 Mon Sep 17 00:00:00 2001 From: Benjamin Saunders Date: Sat, 13 Apr 2019 15:57:53 -0700 Subject: [PATCH] README: Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a4738b38..2e06efb0b 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ xrandr --output HDMI-A-0 --prop --set non-desktop 1 You can verify that it stuck with the command. ```bash -xrand --prop +xrandr --prop ``` ## Coding style and formatting