From 99c8fb19f793f6859b339eee173b2987c339d0f2 Mon Sep 17 00:00:00 2001
From: Aditya Hase
Date: Thu, 20 Sep 2018 17:43:04 +0530
Subject: [PATCH 1/3] fix(style): Put markdown for badges on separate lines
---
README.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 3b3be965ae..fcdef97551 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,9 @@
-[](https://travis-ci.com/frappe/erpnext) [](https://gitter.im/frappe/erpnext?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](https://www.codetriage.com/frappe/erpnext)
+[](https://travis-ci.com/frappe/erpnext)
+[](https://gitter.im/frappe/erpnext?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
+[](https://www.codetriage.com/frappe/erpnext)
[https://erpnext.com](https://erpnext.com)
From 6886c472513a6533b14a9b334bcd7d28c0433a05 Mon Sep 17 00:00:00 2001
From: Aditya Hase
Date: Thu, 20 Sep 2018 17:46:53 +0530
Subject: [PATCH 2/3] fix(style): Center align badges as well
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index fcdef97551..950f282f81 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,6 @@
ERP made simple
-
[](https://travis-ci.com/frappe/erpnext)
[](https://gitter.im/frappe/erpnext?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
@@ -12,6 +11,8 @@
[https://erpnext.com](https://erpnext.com)
+
+
Includes: Accounting, Inventory, Manufacturing, CRM, Sales, Purchase, Project Management, HRMS. Requires MariaDB.
ERPNext is built on the [Frappe](https://github.com/frappe/frappe) Framework, a full-stack web app framework in Python & JavaScript.
From 40880da28089c9f3fdcdff55649f15cb3e3d3dd3 Mon Sep 17 00:00:00 2001
From: Aditya Hase
Date: Thu, 20 Sep 2018 17:48:35 +0530
Subject: [PATCH 3/3] fix(readme): Add coverage badge
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 950f282f81..f4a08be548 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,7 @@
[](https://travis-ci.com/frappe/erpnext)
[](https://gitter.im/frappe/erpnext?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://www.codetriage.com/frappe/erpnext)
+[](https://coveralls.io/github/frappe/erpnext?branch=develop)
[https://erpnext.com](https://erpnext.com)