From bf6743accb5785f7ab5a37e172fa538f7c86250a Mon Sep 17 00:00:00 2001 From: Bryce Kahle Date: Wed, 3 Dec 2014 12:11:18 -0500 Subject: [PATCH] README: fix prerequisite list formatting --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1b4c443fdb9d73..796d0200bba526 100644 --- 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: