From 17d969d0dc2d9ebff24a50cbc8d3e725034da34f Mon Sep 17 00:00:00 2001
From: ByteDream <bytedream@protonmail.com>
Date: Thu, 3 Jun 2021 01:22:35 +0200
Subject: [PATCH] Update README.md

---
 java-beautifier/README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/java-beautifier/README.md b/java-beautifier/README.md
index a33e097..1b07e96 100644
--- a/java-beautifier/README.md
+++ b/java-beautifier/README.md
@@ -5,8 +5,9 @@ Makes java code look like it should.
 #### Usage
 
 Beautifies a java file.
-
-`./java-beautifier.py <a java file>`
+```
+./java-beautifier.py <a java file>
+```
 
 #### Example