diff --git a/Autostart-on-Linux.md b/Autostart-on-Linux.md
index 59609bf..29b9cc5 100644
--- a/Autostart-on-Linux.md
+++ b/Autostart-on-Linux.md
@@ -3,7 +3,7 @@ Using Upstart allows for more advanced features, such as start/stop and automati
**Create the NzbDrone Upstart config file**
- sudoedit /etc/init/nzbdrone.conf
+ sudo edit /etc/init/nzbdrone.conf
**Paste in the following code, changing the username (right click if using terminal)**
```bash
@@ -35,7 +35,7 @@ Press Ctrl+X then y to save (assuming you're us
### Method 2: LSB style init-script (Debian/Ubuntu)
-1) `sudoedit /etc/init.d/nzbdrone`
+1) `sudo edit /etc/init.d/nzbdrone`
2) Paste the following: (change the user/group to not be root. See the security note in the next section.)
```bash