docs: fix prerequisite list formatting
authorBryce Kahle <bkahle@gmail.com>
Wed, 3 Dec 2014 17:11:18 +0000 (12:11 -0500)
committerRod Vagg <rod@vagg.org>
Thu, 4 Dec 2014 10:20:27 +0000 (21:20 +1100)
PR-URL: https://github.com/iojs/io.js/pull/44
Reviewed-By: Rod Vagg <rod@vagg.org>
README.md

index 9b011e8..9189905 100644 (file)
--- a/README.md
+++ b/README.md
@@ -13,11 +13,11 @@ compatible with the npm ecosystem that has been built to date for node.js.
 
 Prerequisites (Unix only):
 
-    * `gcc` and `g++` 4.8 or newer, or
-    * `clang` and `clang++` 3.3 or newer
-    * Python 2.6 or 2.7
-    * GNU Make 3.81 or newer
-    * libexecinfo (FreeBSD and OpenBSD only)
+* `gcc` and `g++` 4.8 or newer, or
+* `clang` and `clang++` 3.3 or newer
+* Python 2.6 or 2.7
+* GNU Make 3.81 or newer
+* libexecinfo (FreeBSD and OpenBSD only)
 
 Unix/Macintosh:
 
@@ -39,9 +39,9 @@ make install
 
 Prerequisites (Windows only):
 
-    * Python 2.6 or 2.7
-    * Visual Studio 2013 for Windows Desktop, or
-    * Visual Studio Express 2013 for Windows Desktop
+* Python 2.6 or 2.7
+* Visual Studio 2013 for Windows Desktop, or
+* Visual Studio Express 2013 for Windows Desktop
 
 Windows: