From 0d6ec3a0017bbfcb01a503750d342ba3d5d27c7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sun, 22 Sep 2013 00:49:00 +0200 Subject: [PATCH] Properly put shell commands in markdown --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 96a325d97..979b886a9 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,10 @@ Building from source The only required tools are the Android SDK and Apache Ant. -` -$ android update project -p . -$ ant clean release -` +``` +android update project -p . +ant clean release +``` Direct download