You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,11 @@ For commercial licenses, please contact me at haydendunnicliffe@gmail.com. <br/>
7
7
This library allows graphical GUI Windows and Inputs to be used with the console. <br/>
8
8
<br/>
9
9
The example applications show what is possible and how to use the library <br/>
10
-
TEXT is a text editing application simlar to Window's Edit <br/>
11
-
Calculator is a simple calculation app <br/>
12
-
File Change is an alternative to the cd/chdir command for changing the directory of a console window. It provides a GUI for selecting the new path.
10
+
<ul>
11
+
<li>TEXT is a text editing application simlar to Window's Edit</li>
12
+
<li>Calculator is a simple calculation app </li>
13
+
<li>File Change is an alternative to the cd/chdir command for changing the directory of a console window. It provides a GUI for selecting the new path.</li>
0 commit comments