README.md in lita-whois-0.0.5 vs README.md in lita-whois-0.1.0
- old
+ new
@@ -1,8 +1,8 @@
# lita-whois
-WHOIS handler for lita chat bot
+WHOIS handler for searching domain, TLD, IPv4, and IPv6 WHOIS records.
## Installation
Add lita-whois to your Lita instance's Gemfile:
@@ -10,14 +10,20 @@
gem "lita-whois"
```
## Configuration
+None
-
## Usage
-TODO: Describe the plugin's features and how to use them.
+Basics:
+```
+Lita whois example.com - Get the WHOIS info for a domain
+Lita whois .io - Get the WHOIS info for a TLD
+Lita whois 8.8.8.8 - Get the WHOIS info for an IPv4 address
+Lita whois 2001:418:141e:196::fc4 - Get the WHOIS info for an IPv6 address
+```
## License
[MIT](http://opensource.org/licenses/MIT)