aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominic Matarese <dominicmatarese@gmail.com>2023-01-30 18:12:32 -0500
committerDominic Matarese <dominicmatarese@gmail.com>2023-01-30 18:12:32 -0500
commit41d5caa6731ff6dfce580857c20bc0aaa3d60a8a (patch)
tree697ebcc9435386c9d0280d0ede1c60b17a7a83ac
parentde48f59e54ebffc25d0a57fa351e9c536cead437 (diff)
changed some formatting in the README due to a css issue in cgit markdown renderingHEADmaster
-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.