Skip to content

Commit 02579f8

Browse files
authored
Add img.shields.io badges
1 parent 6a4c31b commit 02579f8

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# SQL Server First Responder Kit
2+
[![licence badge]][licence]
3+
[![stars badge]][stars]
4+
[![forks badge]][forks]
5+
[![issues badge]][issues]
26

37
You're a DBA, sysadmin, or developer who manages Microsoft SQL Servers. It's your fault if they're down or slow. These tools help you understand what's going on in your server.
48

@@ -115,3 +119,14 @@ In addition to the [parameters common to many of the stored procedures](paramete
115119
## License
116120

117121
[The SQL Server First Responder Kit uses the MIT License.](LICENSE.md)
122+
123+
124+
[licence badge]:https://img.shields.io/badge/license-MIT-blue.svg
125+
[stars badge]:https://img.shields.io/github/stars/BrentOzarULTD/SQL-Server-First-Responder-Kit.svg
126+
[forks badge]:https://img.shields.io/github/forks/BrentOzarULTD/SQL-Server-First-Responder-Kit.svg
127+
[issues badge]:https://img.shields.io/github/issues/BrentOzarULTD/SQL-Server-First-Responder-Kit.svg
128+
129+
[licence]:https://github.com/BrentOzarULTD/SQL-Server-First-Responder-Kit/blob/master/LICENSE.md
130+
[stars]:https://github.com/BrentOzarULTD/SQL-Server-First-Responder-Kit/stargazers
131+
[forks]:https://github.com/BrentOzarULTD/SQL-Server-First-Responder-Kit/network
132+
[issues]:https://github.com/BrentOzarULTD/SQL-Server-First-Responder-Kit/issues

0 commit comments

Comments
 (0)