From 38e1a243043b5d69a480564e803dc9b7bb0014ff Mon Sep 17 00:00:00 2001 From: Mark Lee Date: Thu, 1 Sep 2016 07:53:32 -0700 Subject: [PATCH] :memo: Make arch references more consistent [ci skip] --- docs/tutorial/supported-platforms.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tutorial/supported-platforms.md b/docs/tutorial/supported-platforms.md index 322ee422268a..7474cec466c7 100644 --- a/docs/tutorial/supported-platforms.md +++ b/docs/tutorial/supported-platforms.md @@ -12,12 +12,12 @@ supported is macOS 10.9. Windows 7 and later are supported, older operating systems are not supported (and do not work). -Both `x86` and `amd64` (x64) binaries are provided for Windows. Please note, the -`ARM` version of Windows is not supported for now. +Both `ia32` (`x86`) and `x64` (`amd64`) binaries are provided for Windows. +Please note, the `ARM` version of Windows is not supported for now. ### Linux -The prebuilt `ia32`(`i686`) and `x64`(`amd64`) binaries of Electron are built on +The prebuilt `ia32` (`i686`) and `x64` (`amd64`) binaries of Electron are built on Ubuntu 12.04, the `arm` binary is built against ARM v7 with hard-float ABI and NEON for Debian Wheezy.