From 41d5caa6731ff6dfce580857c20bc0aaa3d60a8a Mon Sep 17 00:00:00 2001 From: Dominic Matarese Date: Mon, 30 Jan 2023 18:12:32 -0500 Subject: changed some formatting in the README due to a css issue in cgit markdown rendering --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'README.md') 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. -- cgit v1.2.1