From 77be1c1de3a772e5e3b1b2dcc376ccd02dd62f2f Mon Sep 17 00:00:00 2001 From: KtorZ Date: Fri, 7 Jul 2017 13:13:57 +0200 Subject: [PATCH] update README badge href for travis --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2693bf6..a91711d 100644 --- a/README.md +++ b/README.md @@ -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).