Modified for installer and new names of various applets. Also cleaned
up anything else I saw.
diff --git a/Mac/Demo/embed.html b/Mac/Demo/embed.html
index 934619b..81a91ab 100644
--- a/Mac/Demo/embed.html
+++ b/Mac/Demo/embed.html
@@ -28,9 +28,9 @@
 You can, however, set startup options on your program in the same way as you
 do for applets, by dragging your application to <code>EditPythonPrefs</code>. <p>
 
-The most logical way to embed Python is to link it against the shared library
-<code>PythonCorePPC</code> or <code>PythonCoreCFM68K</code>. An example project
-and source can be found in the <a href="embed">embed</a> folder.
+The most logical way to embed Python is to link it against the shared
+library <code>PythonCore</code>. An example project and source can be
+found in the <a href="embed">embed</a> folder.
 
 </BODY>
 </HTML>