diff --git a/README.md b/README.md index 8f4e98c03..28cd3f71a 100644 --- a/README.md +++ b/README.md @@ -1551,7 +1551,7 @@ by `memoize`. __Arguments__ * `fn` - The function to proxy and cache results from. -* `hasher` - Tn optional function for generating a custom hash for storing +* `hasher` - An optional function for generating a custom hash for storing results. It has all the arguments applied to it apart from the callback, and must be synchronous.