diff --git a/README.md b/README.md index 8e8aa13..4e8155c 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,17 @@ chmod +x is-wordpress ``` bash ./is-wordpress blog.us.playstation.com ``` +↓ +``` bash +true +``` +--- + +``` bash +./is-wordpress google.com +``` +↓ +``` bash +false +``` +