diff --git a/README.md b/README.md index 4e8155c..e398674 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,27 @@ -# Requirements +# Requirements 👀 - bash 4.0 or higher - curl -# Install +# Install ⚙️ ``` bash curl -o is-wordpress https://raw.githubusercontent.com/tanrax/is-wordpress/master/is-wordpress chmod +x is-wordpress ``` -# HOW TO USE IT +# Run 🏃‍♂️ ``` bash ./is-wordpress [domain] ``` -# EXAMPLE +# Example 👨‍🎓 ``` bash ./is-wordpress blog.us.playstation.com ``` -↓ +⬇️ ``` bash true ``` @@ -30,7 +30,7 @@ true ``` bash ./is-wordpress google.com ``` -↓ +⬇️ ``` bash false ```