Skip to content

Commit 82f4cc4

Browse files
committed
Add bower and travis badges to README
1 parent e7bb12d commit 82f4cc4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# purescript-bigints
22

3+
[![Latest release](http://img.shields.io/bower/v/purescript-bigints.svg)](https://github.com/sharkdp/purescript-bigints/releases)
4+
[![Build Status](https://api.travis-ci.org/sharkdp/purescript-bigints.svg?branch=master)](https://travis-ci.org/sharkdp/purescript-bigints)
5+
36
A library for calculations with arbitrary length integers.
47
This is a simple wrapper around [BigInteger.js](https://github.com/peterolson/BigInteger.js)
58
by [Peter Olson](https://github.com/peterolson).

0 commit comments

Comments
 (0)