diff --git a/js/ref/liveconnect/README.html b/js/ref/liveconnect/README.html
index f110590a9f1d..efbe0ec6c060 100644
--- a/js/ref/liveconnect/README.html
+++ b/js/ref/liveconnect/README.html
@@ -90,31 +90,47 @@ Use any Java compiler to compile the java source files in the
directory.
-Mac OS
-
--
-Use CodeWarrior Pro 3 is recommended. CodeWarrior Pro 2 should work
-but has not been tested. The CodeWarrior project file is js/ref/liveconnect/macbuild/LiveConnect.mcp
--
-Install Apple's JVM, MRJ
-SDK 2.0.1ea4.
+ Mac OS
+
+ - Using CodeWarrior Pro 3 is recommended. CodeWarrior
+ Pro 2 should work but has not been tested. The
+ CodeWarrior project files are js/ref/liveconnect/macbuild/LiveConnect.mcp,
+ js/ref/liveconnect/macbuild/LiveConnectShell.mcp,
+ and js/ref/macbuild/JSRef.mcp.
+
+
- Install Apple's JVM, MRJ 2.0 (or later),and the
+ MRJ
+ SDK v2.0.1ea4.
+
+
- Copy the folders CIncludes & Libraries from
+ Interfaces&Libraries to js/ref/liveconnect/macbuild/JavaSession.
+
+
- Build the JavaScript test application, JSRef, with js/ref/macbuild/JSRef.mcp.
+
+
- Build the LiveConnect test application, LiveConnectShell, with js/ref/liveconnect/macbuild/LiveConnectShell.mcp.
+
+
- Build liveconnect.jar with
+ js/ref/liveconnect/macbuild/LiveConnect.mcp.
+
+
- Make an alias to liveconnect.jar and place it in
+ "{SystemFolder}Extensions:MRJ
+ Libraries:MRJClasses".
+
+
+
+
+
--
-Copy the folders CIncludes & Libraries from Interfaces&Libraries
-to js/ref/macbuild/JavaSession.
-
--
-Build the test application JSRef with js/ref/macbuild/JSRef.mcp.
-
--
-Build liveconnect.jar with js/ref/liveconnect/macbuild/LiveConnect.mcp.
-
--
-Make an alias to liveconnect.jar and place
-it in "{SystemFolder}Extensions:MRJ Libraries:MRJClasses".
-
-
Unix