diff --git a/README.md b/README.md index b9c18a8..e15e3bc 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Or install it yourself as: ## Usage -For example, say you have a class RecordCollection which contains an array @records. You could provide the lookup ethod `#record_number()`, which simply calls #[] on the @records array, like this: +For example, say you have a class RecordCollection which contains an array @records. You could provide the lookup method `#record_number()`, which simply calls #[] on the @records array, like this: ``` require 'forwardable'