Add example

This commit is contained in:
Andros Fenollosa 2019-12-01 10:50:21 +01:00
parent d9bc3dd640
commit 477f0e81f4

View File

@ -21,3 +21,17 @@ chmod +x is-wordpress
``` bash ``` bash
./is-wordpress blog.us.playstation.com ./is-wordpress blog.us.playstation.com
``` ```
``` bash
true
```
---
``` bash
./is-wordpress google.com
```
``` bash
false
```