From 6346d7f6bb654f1069ccd8c46cc01b41fb8e378e Mon Sep 17 00:00:00 2001 From: Peter Squicciarini Date: Wed, 3 Oct 2018 14:14:54 -0400 Subject: [PATCH] Typo regarding 32-bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55f6e3ab84b..db03941bdf2 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Microsoft's build process does download additional files. This was brought up in - [ ] Windows x64 - The plan is to build the Windows executable with [AppVeyor](https://appveyor.com). PRs are welcome :blue_heart: -x32 and arm architectures are not currently supported. If you know of a way to do this with Travis or any other free CI/CD platform please put in an issue or a PR. +32-bit x86 and ARM architectures are not currently supported. If you know of a way to do this with Travis or any other free CI/CD platform please put in an issue or a PR. ## Extensions + Marketplace Until something more open comes around, we use the Microsoft Marketplace/Extensions in the `product.json` file. Those links are licensed under MIT as per [the comments on this issue.](https://github.com/Microsoft/vscode/issues/31168#issuecomment-317319063)