diff options
Diffstat (limited to 'wf/m.htm')
-rw-r--r-- | wf/m.htm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/wf/m.htm b/wf/m.htm index dfd5f14..11dc994 100644 --- a/wf/m.htm +++ b/wf/m.htm @@ -16,10 +16,10 @@ </div><div id="b"> -<h2>ABOUT</h2> -<p>This project contains a bunch of WinForms that I've made -while in college. None of these are complex, but a few -notable programs are:</p> +<h2>WHY</h2> +<p>This project is for archiving the various WinForms that +I've made while in college. None of these are complex, but +a few notable programs are:</p> <ol><li><h3>chess_monitor</h3> This program lets a user move/take pieces on a chess board @@ -31,7 +31,7 @@ multiple games need monitored simultaneously</li><br /> A very basic text to HTML converter that only supports paragraphs, headers, and non-inline links</li><br /></ol> -<h2>SOURCE</h2> +<h2>GET</h2> <p>The source code is <a href="../gh/wf"> here</a> and you can get it with:</p><pre class="sh"> git clone http://github.com/porterswanstrom/wf</pre> |