Skip to content

Commit

Permalink
fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shapito27 committed Oct 29, 2020
1 parent 9d2308c commit dc339e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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);
Expand Down

0 comments on commit dc339e1

Please sign in to comment.