Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonpincin committed Jan 22, 2015
1 parent cb8f1f5 commit 0c290b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Emit error if callback is executed with a truthy 1st argument

## example

```
```javascript
var EventEmitter = require('events').EventEmitter,
emitError = require('emit-error')

Expand Down Expand Up @@ -42,9 +42,9 @@ succeed(emitError(emitter, function (status) {

## api

### emitError

`var emitError = require('emit-error')`
```javascript
var emitError = require('emit-error')
```

### var wrappedCb = emitError(emitter [, options, cb])

Expand Down

0 comments on commit 0c290b9

Please sign in to comment.