diff --git a/README.md b/README.md
index 2254de7..e778c16 100644
--- a/README.md
+++ b/README.md
@@ -889,6 +889,7 @@ whois domain
kill |
killall |
& |
+ nohup |
@@ -904,7 +905,7 @@ Kill all processes with the name.
killall processname
```
-### c. `&`
+### c. `&`
The `&` symbol instructs the command to run as a background process in a subshell.
```bash
command &