aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index 1ebee8d..0a248b0 100644
--- a/README.md
+++ b/README.md
@@ -20,10 +20,8 @@ This is a simple and minimal media player, written in Java, with additional basi
1. Compile and run the program using your IDE or the command line
-```
-javac src/Main.java
-java Main
-```
+`javac src/Main.java`
+`java Main`
2. The program will open up a GUI for the media player, where you can open a video file and play it.
3. You can also use the additional features by clicking on the corresponding buttons on the GUI.