Skip to content

Commit

Permalink
fix(README): fix spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
samtes committed Jun 19, 2017
1 parent 91bcf56 commit c188b56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Build Status](https://travis-ci.org/samtes/promiss.svg?branch=master)](https://travis-ci.org/samtes/promiss)
# Promiss
This is a promises sequence runner. It will e used to run multiple promise
This is a promises sequence runner. It will be used to run multiple promise
based functions in sequence.

## Usage
Expand All @@ -13,7 +13,7 @@ npm install --save promiss
`promiss` takes two arguments.

1. `array` of `promises`
2. [`options`](#Options) to cunstomise response
2. [`options`](#Options) to customize response

```javascript
const promiss = require('promiss');
Expand Down

0 comments on commit c188b56

Please sign in to comment.