From bbdd61dc3f9cb5607c7ac8f570b2b6b473e4378c Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 25 Jun 2010 09:46:10 -0700 Subject: [PATCH] Fix supported archs on website --- doc/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/index.html b/doc/index.html index ab9821eadd..80ccb0452b 100644 --- a/doc/index.html +++ b/doc/index.html @@ -103,9 +103,9 @@ net.createServer(function (socket) { Node is tested on Linux, Macintosh, and Solaris. It also runs on Windows/Cygwin, FreeBSD, and OpenBSD. The build system requires Python - 2.4 or better. V8, on which Node is built, supports only IA-32 and - ARM processors. V8 is included in the Node distribution. To use TLS, - OpenSSL is required. There are no other dependencies. + 2.4 or better. V8, on which Node is built, supports only IA-32, + x64, and ARM processors. V8 is included in the Node distribution. + To use TLS, OpenSSL is required. There are no other dependencies.