diff --git a/README.md b/README.md
index c00a943ac7bd9eb67ef80113d2e0dc11732e60a6..5aa3174b461438a4f8bf1208f15e28240e42eb56 100644
--- a/README.md
+++ b/README.md
@@ -87,6 +87,7 @@ A. Compiling Solidity source code
 
 B. Auto generated Java wrapper for solidity smart contract
 	- Need first to save your solidity code into a Notepad++ file with extention <yourcontract>.sol
+	
 C. Solidity smart contract wrappers
 	- 3. web3j solidity generate [--javaTypes|--solidityTypes] /path/to/<smart-contract>.bin /path/to/<smart-contract>.abi -o 	/path/to/src/main/java -p com.your.organisation.name
 	
diff --git a/sample-project-gradle-master/README.md b/sample-project-gradle-master/README.md
index c00a943ac7bd9eb67ef80113d2e0dc11732e60a6..5aa3174b461438a4f8bf1208f15e28240e42eb56 100644
--- a/sample-project-gradle-master/README.md
+++ b/sample-project-gradle-master/README.md
@@ -87,6 +87,7 @@ A. Compiling Solidity source code
 
 B. Auto generated Java wrapper for solidity smart contract
 	- Need first to save your solidity code into a Notepad++ file with extention <yourcontract>.sol
+	
 C. Solidity smart contract wrappers
 	- 3. web3j solidity generate [--javaTypes|--solidityTypes] /path/to/<smart-contract>.bin /path/to/<smart-contract>.abi -o 	/path/to/src/main/java -p com.your.organisation.name