README.md in gendered-0.0.3 vs README.md in gendered-0.0.4
- old
+ new
@@ -1,10 +1,10 @@
# Gendered
**THIS LIBRARY IS STILL IN DEVELOPMENT.**
-Guess the gender of a name with the help of the [genderize.io](http://genderize.io).
+Guess the gender of names with the help of the [genderize.io](http://genderize.io).
```bash
gem install gendered
```
@@ -24,10 +24,10 @@
=> "0.99E0"
> name.sample_size
=> 967
```
-Or batch up a list of names (which sends only one request to the API)...
+Or batch up a list of names (which sends only one request per hundred names to the API)...
```ruby
> require 'gendered'
> name_list = Gendered::NameList.new(["Sean","Theresa"])
> name_list.guess!
=> [:male, :female]