From a8a83b2640ad86977a61b4b4daad5f59d7dd8611 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Mon, 22 Mar 2021 11:26:19 +0800 Subject: [PATCH] docs: Windows MSVC => Windows --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8d305028..a7a3af3d 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ A minimal library for building compiled `NodeJS` add-ons in `Rust`. ## Operating Systems -| Linux | macOS | Windows MSVC | FreeBSD | -| ----- | ----- | ------------ | ------- | -| ✓ | ✓ | ✓ | ✓ | +| Linux | macOS | Windows | FreeBSD | +| ----- | ----- | ------- | ------- | +| ✓ | ✓ | ✓ | ✓ | ## Node.js