update README badge href for travis

This commit is contained in:
KtorZ 2017-07-07 13:13:57 +02:00
parent adf34227f1
commit 77be1c1de3
No known key found for this signature in database
GPG Key ID: 3F72E8BC2894C015

View File

@ -1,4 +1,4 @@
PureScript IndexedDB [![](https://img.shields.io/badge/doc-pursuit-60b5cc.svg)](http://pursuit.purescript.org/packages/purescript-indexeddb) [![Build Status](https://travis-ci.org/truqu/purescript-indexeddb.svg?branch=master)](https://travis-ci.org/truqu/purescript-indexeddb)
PureScript IndexedDB [![](https://img.shields.io/badge/doc-pursuit-60b5cc.svg)](http://pursuit.purescript.org/packages/purescript-indexeddb) [![Build Status](https://travis-ci.org/truqu/purescript-indexedDB.svg?branch=master)](https://travis-ci.org/truqu/purescript-indexedDB)
=====
This package offers complete bindings and type-safety upon the [IndexedDB API](https://w3c.github.io/IndexedDB).