From 686c9eab2685d3bf0901bd7c8931d4b7c72df2f8 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Sun, 1 Dec 2019 11:50:59 +0100 Subject: [PATCH] Add emojis --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 ```