README.md: `cat /var/log/apache2/access.log | grep 'File does not exist' | kapow set /response/body` should be: `fgrep 'File does not exist' /var/log/apache2/access.log | ...`