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.