Skip to content

Commit 9e53861

Browse files
fix readme
formatting issues
1 parent ac7f10d commit 9e53861

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Car Tracking/src/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Classes for Application
22

3-
The following classes are all necessary for usage in the CarTracking application. The "cars.txt" file loads in an initial set of cars that are used by the CarTracker. The initial set of cars can be modified.
3+
The following classes are all necessary for usage in the CarTracking application. The `cars.txt` file loads in an initial set of cars that are used by the CarTracker. The initial set of cars can be modified.
44

55
**Compilation**
66

7-
javac *.java
7+
javac *.java
88

99

1010
**Execution**
1111

12-
java CarTracker
12+
java CarTracker
1313

1414
**Contact Information**
1515

0 commit comments

Comments
 (0)