Fix screenshot link url

This commit is contained in:
Joran Dirk Greef 2015-06-08 15:38:31 +02:00
parent 7d7f371a79
commit 3f660feb18

View file

@ -2,7 +2,7 @@
Run a command using sudo, prompting the user with an OS dialog if necessary. Useful for background applications or native Electron apps that need sudo.
![Sudo on Mac OS X for an app called "Ronomon"](osx.png)
![Sudo on Mac OS X for an app called "Ronomon"](./osx.png)
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.