Skip to content

Commit 964cff6

Browse files
committed
Update README.md
1 parent 1e39325 commit 964cff6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
SQLite.jl
22
=========
33

4-
[![SQLite on Julia release](http://pkg.julialang.org/badges/SQLite_release.svg)](http://pkg.julialang.org/?pkg=SQLite&ver=release)
5-
[![SQLite on Julia nightly](http://pkg.julialang.org/badges/SQLite_nightly.svg)](http://pkg.julialang.org/?pkg=SQLite&ver=nightly)
6-
[![Build Status](https://travis-ci.org/quinnj/SQLite.jl.png)](https://travis-ci.org/quinnj/SQLite.jl)
7-
[![Coverage Status](https://img.shields.io/coveralls/quinnj/SQLite.jl.svg)](https://coveralls.io/r/quinnj/SQLite.jl)
4+
[![SQLite](http://pkg.julialang.org/badges/SQLite_0.3.svg)](http://pkg.julialang.org/?pkg=SQLite)
5+
[![SQLite](http://pkg.julialang.org/badges/SQLite_0.4.svg)](http://pkg.julialang.org/?pkg=SQLite)
6+
[![Build Status](https://travis-ci.org/quinnj/SQLite.jl.svg?branch=master)](https://travis-ci.org/quinnj/SQLite.jl)
7+
[![Coverage Status](https://coveralls.io/repos/quinnj/SQLite.jl/badge.svg?branch=master&service=github)](https://coveralls.io/github/quinnj/SQLite.jl?branch=master)
88

99
A Julia interface to the SQLite library and support for operations on DataFrames
1010

0 commit comments

Comments
 (0)