Skip to content

Commit 937c11a

Browse files
author
jbilander
committed
updated readme
1 parent ee57ba9 commit 937c11a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ with using direct calls with interfaces over events because that makes it easier
1919
not use any dependency injection framework such as guice since I wanted to keep it as pure Java 9 as possible for instructional purposes.
2020
This app is also built with the new module approach in Java 9. The UI is built with pure Java code instead of using fxml since I prefer
2121
it that way giving me more control over my code. Also the UI is built to be resizable meaning the UI-components adapt their size when
22-
the main application windows is being resized.
22+
the main application window is being resized.
2323

2424
<h4> Backend </h4>
2525

0 commit comments

Comments
 (0)