Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
fix the link for to-function from relative to absolute.
  • Loading branch information
Matti Savolainen committed Jan 15, 2013
1 parent d302fc2 commit 21d4443
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Readme.md
@@ -1,4 +1,3 @@

# Enumerable

Enumerable mixin.
Expand All @@ -17,7 +16,7 @@ users

## Implementation

Nearly all methods utilize the [to-function](github.com/component/to-function)
Nearly all methods utilize the [to-function](https://github.com/component/to-function)
component, which converts the argument passed to a function. For example
`.map('name.first')` expands to a function effectively defined as `return obj.name.first`,
likewise `.select(/^Tobi/)` expands to `return /^Tobi/.test(str)` and so on. For details
Expand Down

0 comments on commit 21d4443

Please sign in to comment.