From a66aaa3d08cc73c218b3714abd62ba395f837a2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustaf=20R=C3=A4ntil=C3=A4?= Date: Wed, 5 Dec 2018 22:03:44 +0100 Subject: [PATCH] docs(readme): Updated badges --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f64c49f..e9cd23c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ [![npm version][npm-image]][npm-url] +[![downloads][downloads-image]][npm-url] +[![build status][travis-image]][travis-url] # Awesome phonenumber parser @@ -6,8 +8,6 @@ This library is a pre-compiled version of Google's `libphonenumber`, with a slig Uses libphonenumber v8.10.1 -[![build status][travis-image]][travis-url] - ## Comparison with other libraries Since this library is pre-compiled, it doesn't depend on the closure compiler, and needs not load it on start. This makes the library faster and saves you a lot of space. It also means this library is trivial to use in any `browserify` project (or using any other means to run in the browser). @@ -233,5 +233,6 @@ ayt.addChar( '7' ); // -> '070 712 34 57' [npm-image]: https://img.shields.io/npm/v/awesome-phonenumber.svg [npm-url]: https://npmjs.org/package/awesome-phonenumber +[downloads-image]: https://img.shields.io/npm/dm/awesome-phonenumber.svg [travis-image]: https://img.shields.io/travis/grantila/awesome-phonenumber.svg [travis-url]: https://travis-ci.org/grantila/awesome-phonenumber