Skip to content

Commit 606d6d6

Browse files
authored
Update README.md (#46)
1 parent f3921b4 commit 606d6d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<img src="https://rawgit.com/gitql/gitql/master/gitql-logo.svg" alt="gitql" width="250"/>
1+
# ![gitql](https://rawgit.com/gitql/gitql/master/gitql-logo.svg)
22

3-
image:https://travis-ci.org/gitql/gitql.svg?branch=master[Build Status,link=https://travis-ci.org/gitql/gitql] image:https://codecov.io/gh/gitql/gitql/branch/master/graph/badge.svg[codecov,link=https://codecov.io/gh/gitql/gitql] image:https://godoc.org/github.com/gitql/gitql?status.svg[GoDoc,link=https://godoc.org/github.com/gitql/gitql]
3+
[![Build Status](https://travis-ci.org/gitql/gitql.svg?branch=master)](https://travis-ci.org/gitql/gitql) [![codecov](https://codecov.io/gh/gitql/gitql/branch/master/graph/badge.svg)](https://codecov.io/gh/gitql/gitql) [![GoDoc](https://godoc.org/github.com/gitql/gitql?status.svg)](https://godoc.org/github.com/gitql/gitql)
44

55
**gitql** is a SQL interface to Git repositories, written in Go.
66

@@ -55,4 +55,4 @@ gitql supports a subset of the SQL standard, currently including:
5555
## License
5656

5757
gitql is licensed under the
58-
https://github.com/gitql/gitql/blob/master/LICENSE[MIT License].
58+
https://github.com/gitql/gitql/blob/master/LICENSE[MIT License].

0 commit comments

Comments
 (0)