Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ed761f8

Browse filesBrowse files
committed
📝 add version, download and license badges to readme. add contributing section to readme
1 parent 41a4cad commit ed761f8
Copy full SHA for ed761f8

File tree

Expand file treeCollapse file tree

1 file changed

+11
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+11
-3
lines changed

‎README.md

Copy file name to clipboard
+11-3Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
11
# Autocomplete SQL
22
[![Build Status](https://travis-ci.org/webdevel/autocomplete-sql.svg?branch=master)](https://travis-ci.org/webdevel/autocomplete-sql)
33
[![Coverage Status](https://coveralls.io/repos/github/webdevel/autocomplete-sql/badge.svg?branch=master)](https://coveralls.io/github/webdevel/autocomplete-sql?branch=master)
4+
![Version](https://img.shields.io/apm/v/autocomplete-sql.svg)
5+
![Downloads](https://img.shields.io/apm/dm/autocomplete-sql.svg)
6+
[![License](https://img.shields.io/apm/l/icon-fonts.svg?style=flat)](https://atom.io/packages/autocomplete-sql)
47

5-
*Autocomplete SQL* provider for *[Atom]* *[Autocomplete Plus]*
8+
*[Autocomplete SQL]* provider for *[Atom]* *[Autocomplete Plus]*
9+
10+
### Contributing
11+
Please feel free to submit pull requests, issues and comments! Thank you. Contributors will be added to [Contributors.md]
612

713
### Dependencies
8-
*Autocomplete SQL* is an *[Atom]* *[Autocomplete+]* provider and requires *[Autocomplete+]* to be installed. *[Autocomplete+]* is currently bundled with *[Atom]* by default.
14+
*[Autocomplete SQL]* is an *[Atom]* *[Autocomplete+]* provider and requires *[Autocomplete+]* to be installed. *[Autocomplete+]* is currently bundled with *[Atom]* by default.
915

1016
### License
11-
*Autocomplete SQL* is Free and Open Source Software. It is licensed by the MIT License.
17+
*[Autocomplete SQL]* is Free and Open Source Software. It is licensed by the MIT License.
1218

1319
[Atom]: https://atom.io/
1420
[Autocomplete Plus]: https://github.com/atom/autocomplete-plus
1521
[Autocomplete+]: https://github.com/atom/autocomplete-plus
22+
[Autocomplete SQL]: https://github.com/webdevel/autocomplete-sql
23+
[Contributors.md]: https://github.com/webdevel/autocomplete-sql/blob/master/CONTRIBUTORS.md

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.