From 2ba7dad2c31a7896111974a3c863e069ed0d2f3c Mon Sep 17 00:00:00 2001 From: Jariel Que Date: Mon, 17 May 2021 14:16:05 +0800 Subject: [PATCH] fix typo typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2dfb82e..988de3c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ `winsudo` is an otherwise dumb implementation of the linux command `sudo` in windows, built using C#. It's really stupid so please just think of it as a joke and not as an actual project. *NOTE: since the password thingy has not been implemented yet, please use the password `workinprogress`.* - *SIDE NOTE: please don't actually use this for real world purposes.* +*SIDE NOTE: please don't actually use this for real world purposes.* ### Limitations Due to limitations in Microsoft Windows, A UAC prompt will be required to start your `winsudo`'d application or argument. While you can get rid of this by turning off UAC, please don't unless you really know what you're doing.