Skip to content

Commit

Permalink
simply removing simply
Browse files Browse the repository at this point in the history
  • Loading branch information
mikermcneil authored May 2, 2020
1 parent 73639c7 commit 67daea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ doStuff(123)
});
```

> parley functions return a Deferred. You can also obtain a promise simply by calling [`.toPromise()`](#toPromise).
> parley functions return a Deferred. You can also obtain a promise by calling [`.toPromise()`](#toPromise).
On top of the basics, parley makes it simple to implement timeouts (userland or implementorland), advanced error negotiation, improved stack traces (through omens), and retries (e.g. exponential backoff).

Expand Down

0 comments on commit 67daea0

Please sign in to comment.