diff --git a/README.md b/README.md index 675b7bf..08a3aa0 100644 --- a/README.md +++ b/README.md @@ -92,3 +92,8 @@ The structured analysis is turned into readable text or JSON. ### Basic example ```bash splain rm -rf ~/Downloads +``` +would result in +```bash +This command will recursively delete any files inside the directory ~/Downloads ignoring write protection. +```