From 64a30e82ca3f909360d11a87e36900bf3ae84610 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Wed, 7 Sep 2016 20:30:46 +0100 Subject: [PATCH] use command name as main header, per guidelines --- pages/common/adb.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/adb.md b/pages/common/adb.md index 48a6742b19..072cd5c78f 100644 --- a/pages/common/adb.md +++ b/pages/common/adb.md @@ -1,6 +1,6 @@ -# Android Debug Bridge +# adb -> Communicate with an Android emulator instance or connected Android devices. +> Android Debug Bridge: communicate with an Android emulator instance or connected Android devices. - Check whether the adb server process is running and start it: