Skip to content

Commit

Permalink
Update readme badges
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimyr committed Nov 20, 2019
1 parent d89a8fb commit 169f50c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# ExpressJS Async Errors

[![Build Status](https://travis-ci.org/davidbanham/express-async-errors.svg?branch=master)](https://travis-ci.org/davidbanham/express-async-errors)
[![build status](https://badgen.net/travis/davidbanham/express-async-errors/master)](https://travis-ci.com/davidbanham/express-async-errors)
[![install size](https://badgen.net/packagephobia/install/express-async-errors)](https://packagephobia.now.sh/result?p=express-async-errors)
[![npm package version](https://badgen.net/npm/v/express-async-errors)](https://npm.im/express-async-errors)

A dead simple ES6 async/await support hack for [ExpressJS](http://expressjs.com)

Expand All @@ -14,7 +16,7 @@ This has been lightly reworked to handle async rather than generators.
npm install express-async-errors --save
```

Then require this script somewhere __before__ you start using it:
Then require this script somewhere **before** you start using it:

Async functions already work fine in Express.

Expand Down

0 comments on commit 169f50c

Please sign in to comment.