diff --git a/README.md b/README.md index fd1a05b..ad4d097 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ sudo ln -s /opt/SimpleNote/SimpleNote /usr/bin/SimpleNote ## Usage Open a Terminal and run: ```bash -SimpleNote "Example Text" +SimpleNote ``` If u want to dispatch the Window from the Terminal run: ```bash -nohup SimpleNote "Example Text" & +nohup SimpleNote & ```