Skip to content

Commit

Permalink
chore(readme): fix travis badge link
Browse files Browse the repository at this point in the history
  • Loading branch information
Limon Monte authored Apr 29, 2019
1 parent 7f24212 commit 9e0d39f
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
Expand Up @@ -12,7 +12,7 @@

<p align="center">
<a href="https://www.npmjs.com/package/@sweetalert2/ngx-sweetalert2"><img alt="npm version" src="https://img.shields.io/npm/v/@sweetalert2/ngx-sweetalert2.svg?style=flat-square"></a>
<a href="https://travis-ci.org/sweetalert2/sweetalert2"><img alt="Build Status: Travis CI" src="https://img.shields.io/travis/sweetalert2/ngx-sweetalert2.svg?style=flat-square"></a>
<a href="https://travis-ci.org/sweetalert2/ngx-sweetalert2"><img alt="Build Status: Travis CI" src="https://img.shields.io/travis/sweetalert2/ngx-sweetalert2.svg?style=flat-square"></a>
<a href="LICENSE"><img alt="license" src="https://img.shields.io/github/license/sweetalert2/ngx-sweetalert2.svg?style=flat-square"></a>
</p>

Expand All @@ -37,7 +37,7 @@ This is not a regular API wrapper for SweetAlert (which already works very well

1) Install _ngx-sweetalert2_ and _sweetalert2_ via the npm registry:

```bash
```sh
npm install --save sweetalert2 @sweetalert2/ngx-sweetalert2
```

Expand Down

0 comments on commit 9e0d39f

Please sign in to comment.