diff --git a/README.md b/README.md index 6f266f7..5d350f5 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ hash.close logwriter.open? || logreader.open? || hash.open? # => false ``` -Both ```Logreader```and ```Hash``` includes [Enumerable](http://ruby-doc.org/core-2.0.0/Enumerable.html). +Both ```Logreader```and ```Hash``` mixin [Enumerable](http://ruby-doc.org/core-2.0.0/Enumerable.html). ## Contributing