Skip to content

Commit

Permalink
Readme.md fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed Dec 29, 2011
1 parent 3f4d02f commit d089169
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Expand Up @@ -24,13 +24,13 @@ var sum = _.reduce(_.map(_.filter(numbers, function(n) {
}, 0)
```

This library tryes to provide a natural, chainable API that is not limited to
This library tries to provide a natural, chainable API that is not limited to
any collection of heldful methods, in fact it does not comes with thouse and
encourages to build / reuse use case specific methods and collections.

## Examples

### Any funcitons with generic DSL
### Any functions with generic DSL

```js
var uses = require('uses'), use = uses.use, Target = uses.Target
Expand Down

0 comments on commit d089169

Please sign in to comment.