Skip to content

Commit c657ffb

Browse files
authored
Update README.md
Fix code style and add hyperlink to Qt badge
1 parent 49c2ccb commit c657ffb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Build Status][travis-img]][travis]
44
[![Join the chat at https://gitter.im/sqlitebrowser/sqlitebrowser][gitter-img]][gitter]
55
[![Download][download-img]][download]
6-
![badge](https://img.shields.io/badge/Qt-qmake-green.svg)
6+
[![Qt][qt-img]][qt]
77

88
![DB Browser for SQLite Screenshot](https://github.com/sqlitebrowser/sqlitebrowser/raw/master/images/sqlitebrowser.png "DB Browser for SQLite Screenshot")
99

@@ -246,3 +246,6 @@ You can modify or redistribute it under the conditions of these licenses.
246246

247247
[download-img]: https://img.shields.io/github/downloads/sqlitebrowser/sqlitebrowser/total.svg
248248
[download]: https://github.com/sqlitebrowser/sqlitebrowser/releases
249+
250+
[qt-img]: https://img.shields.io/badge/Qt-qmake-green.svg
251+
[qt]: https://www.qt.io

0 commit comments

Comments
 (0)