From 8ec739081819f8fcfde109a5edab6b33c5a569c4 Mon Sep 17 00:00:00 2001
From: The Codacy Badger <badger@codacy.com>
Date: Sat, 17 Dec 2016 23:06:02 +0000
Subject: [PATCH] Add Codacy badge

---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index ef05a88..fb8f8d5 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,9 @@ Cyptalk is a HTML5/Node.js based, client side (E2EE) encrypted instant chat
 Features
 ========
 
+
+[![Codacy Badge](https://api.codacy.com/project/badge/Grade/f748d8923f0b44d2b2b3d3b42aceae7c)](https://www.codacy.com/app/robinnilsson/cryptalk?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=Hexagon/cryptalk&amp;utm_campaign=badger)
+
   * Client side AES-256-CBC encryption/decryption (the server is just a messenger)
   * 256 bit key derived from your passphrase using PBKDF2
   * Message is torched after a configurable delay, default is 600s.