From dc339e1259abb2bc87b54d87e81ebf557724f9d6 Mon Sep 17 00:00:00 2001 From: shapito27 Date: Thu, 29 Oct 2020 22:41:04 +0800 Subject: [PATCH] fix README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f5ceb9c..cda77ab 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# whois +# Whois parser Lib for parsing whois response. It takes response from any whois server and return object with structured data. - - ##Example + +## Example **Input**: response of shell command ```whois facebook.com``` pass as ```$whoisText``` ``` $parser = new WhoisParser($whoisText);