From 63b8c721735fd2842871997b2a667263b5ed2e7a Mon Sep 17 00:00:00 2001 From: Joran Dirk Greef Date: Mon, 8 Jun 2015 15:29:54 +0200 Subject: [PATCH] Tweak readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e229bde..46628ba 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Sudo -Run a command using sudo, prompting the user with an OS dialog if necessary. +Run a command using sudo, prompting the user with a gui OS dialog if necessary. Good for background applications or native Electron apps that need sudo. -Currently supports native OS dialog on Mac OS X (patches welcome for Linux). +Currently supports native OS dialog prompt on Mac OS X (patches welcome for Linux) and uses process.title as the name of the app requesting permission. Sudo has no external dependencies and does not contain any native bindings.