Modified for installer and new names of various applets. Also cleaned
up anything else I saw.
diff --git a/Mac/Demo/example0.html b/Mac/Demo/example0.html
index c0336a5..4d78540 100644
--- a/Mac/Demo/example0.html
+++ b/Mac/Demo/example0.html
@@ -15,7 +15,7 @@
 <li> Unix systems terminate lines with the "linefeed" character, <code>0x0a</code>,
 <li> Macintoshes terminate lines with the "carriage return" character,
 <code>0x0d</code> and
-<li> MSDOS systems terminate lines with first a carriage return and then a linefeed.
+<li> MSDOS and Windows terminate lines with first a carriage return and then a linefeed.
 </ul>
 
 Let us have a look at the program. The first interesting statement in the main