From 996fb1e388804c0c872a7d878965d15dd89f1b33 Mon Sep 17 00:00:00 2001 From: The Gitter Badger Date: Sun, 26 Apr 2015 05:54:46 +0000 Subject: [PATCH] Added Gitter badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8b0436a4..f184c6da 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # SharpLang +[![Join the chat at https://gitter.im/xen2/SharpLang](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/xen2/SharpLang?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) + SharpLang is a .NET (MSIL) compiler front-end for LLVM. It allows you to compile C# and other .NET languages code to any supported LLVM backend.