From 1061447305497438a0028e5ecd96eb5636f26764 Mon Sep 17 00:00:00 2001 From: Joran Dirk Greef Date: Wed, 5 Aug 2015 09:12:00 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a74a5e..52ec6ca 100644 --- a/README.md +++ b/README.md @@ -34,4 +34,4 @@ sudo.setName('Your app name') sudo-prompt should behave just like the `sudo` command in the shell. If your command does not work with the `sudo` command in the shell (perhaps because it uses `>` redirection to a restricted file), then it will not work with sudo-prompt. However, it is still possible to use sudo-prompt to get a privileged shell, [see this issue for more information](https://github.com/jorangreef/sudo/issues/1). ## Concurrency -You can call `sudo.exec` and `sudo.touch` concurrently, Sudo will batch up permission requests into a single prompt. +You can call `sudo.exec` and `sudo.touch` concurrently, and sudo-prompt will batch up permission requests into a single password prompt.