Skip to content

Commit

Permalink
fix some typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SiZapPaaiGwat committed Jul 14, 2014
1 parent 928c393 commit 345ab67
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ require('mongoomise').promisifyAll(mongoose, require('bluebird'))
// require('mongoomise').promisifyAll(mongoose, require('q'))
// require('mongoomise').promisifyAll(mongoose, require('rsvp'))
// require('mongoomise').promisifyAll(mongoose, require('when'))
// require('mongoomise').promisifyAll(mongoose, require('es6-promise'))


// start flying
User.findOneAsync().then(function(user){
Expand All @@ -54,17 +56,13 @@ User.findOneAsync().then(function(user){
## Test

```bash

mocha ./test/mocha

```

## Benchmark

```bash

node benchmark/index

node benchmark
```
the benchmark contains:

Expand All @@ -75,7 +73,7 @@ the benchmark contains:
> * mongoomise/when - using mongoomise with when.js
> * mongoomise/es6Promise - using mongoomise with es6-promise
in my MacAir, mongoomise/bluebird win the champion.
in my MacAir, mongoomise/bluebird win the championship.



0 comments on commit 345ab67

Please sign in to comment.