summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-06-25 09:46:10 -0700
committerRyan Dahl <ry@tinyclouds.org>2010-06-25 09:46:10 -0700
commitbbdd61dc3f9cb5607c7ac8f570b2b6b473e4378c (patch)
treef0611717715f7925a0f859f14c127fdee0847c06 /doc
parenta2f70da4c9bf14a6e0c4a17cac11a5ab555ce90f (diff)
downloadnode-new-bbdd61dc3f9cb5607c7ac8f570b2b6b473e4378c.tar.gz
Fix supported archs on website
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html6
1 files 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 <b>Linux</b>, <b>Macintosh</b>, and
<b>Solaris</b>. It also runs on <b>Windows/Cygwin</b>,
<b>FreeBSD</b>, and <b>OpenBSD</b>. 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.
</p>
<pre class="sh_none">