From 71633da0a5d714b4646c9e0de26c8e6e19405e6d Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Sun, 16 Apr 2017 16:49:54 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d64557b..b22bcfb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#JADB# +# JADB # ADB client implemented in pure Java. The Android Debug Bridge or ADB for short it a client-server architecture used to install android apps from an IDE or command line and to debug apps, etc.