From fc0b393b14066fb861ec97c61b6c3d08b9e08498 Mon Sep 17 00:00:00 2001 From: str4d <str4d@mail.i2p> Date: Tue, 15 Jul 2014 01:52:59 +0000 Subject: [PATCH] Markdown fix --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bdada5f47..fe94883a3 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,10 @@ The build system is based on Gradle. There are several methods for setting Gradl Gradle will pull dependencies over the clearnet by default. To use Tor, create a `gradle.properties` file in `i2p.android.base` containing: - ``` - systemProp.socksProxyHost=localhost - systemProp.socksProxyPort=9150 - ``` +``` +systemProp.socksProxyHost=localhost +systemProp.socksProxyPort=9150 +``` ### Preparation -- GitLab