From a4c95d2f3d9d2224a508220e0a4ee3e82b9b1b7e Mon Sep 17 00:00:00 2001 From: Simon Holywell Date: Fri, 1 Feb 2019 12:36:24 +1000 Subject: [PATCH] Closes #43: add link back badge to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9134ec2..c02c274 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,12 @@ If your project uses this styleguide and you'd like to be mentioned in this read please open a pull request adding it below in alphabetical order with a URL and short description. +You can also add a badge ([![sqlstyle.guide](https://img.shields.io/badge/style-sqlstyle.guide-brightgreen.svg)](https://www.sqlstyle.guide/)) to your projects readme with the following markdown code if you like: + +```markdown +[![sqlstyle.guide](https://img.shields.io/badge/style-sqlstyle.guide-brightgreen.svg)](https://www.sqlstyle.guide/) +``` + * [BEdita](https://github.com/bedita/bedita) - a Symfony based PHP CMF * [SQLQuery.jl](https://github.com/yeesian/SQLQuery.jl) - A Julia lang package for representing sql queries, and converting them to valid SQL statements * [Stock Talk](https://github.com/nigelgilbert/stock-talk) - a realtime dashboard that displays the stock data of the most Tweeted Nasdaq companies.