README.md in gman-2.0.0 vs README.md in gman-2.1.0

- old
+ new

@@ -36,11 +36,11 @@ Gman.valid? "foo.bar.gov" #true Gman.valid? "foo.gov" #true Gman.valid? "foo.biz" #false ``` -### Get a domain name from an arbitrary domainy string +### Get a domain name from an arbitrary domain string ```ruby Gman.get_domain "http://foo.bar.gov" # foo.bar.gov Gman.get_domain "foo@bar.gov" # bar.gov Gman.get_domain "foo.bar.gov" # foo.bar.gov @@ -51,6 +51,6 @@ Contributions welcome! Please see [the contribution guidelines](CONTRIBUTING.md) for code contributions or for details on how to add, update, or delete government domains. ## Credits -Heavily inspired by [swot](https://github.com/leereilly/swot). Thanks @leereily! +Heavily inspired by [swot](https://github.com/leereilly/swot). Thanks [@leereilly](https://github.com/leereilly)!