Skip to content

Commit

Permalink
docs(readme): Updated badges
Browse files Browse the repository at this point in the history
  • Loading branch information
grantila committed Dec 5, 2018
1 parent fc7c90e commit a66aaa3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[![npm version][npm-image]][npm-url]
[![downloads][downloads-image]][npm-url]
[![build status][travis-image]][travis-url]

# Awesome phonenumber parser

This library is a pre-compiled version of Google's `libphonenumber`, with a slightly simpler interface. It has a minimal footprint - is by far the smallest libphonenumber-based library available on npmjs, and has no dependencies.

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).
Expand Down Expand Up @@ -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

0 comments on commit a66aaa3

Please sign in to comment.