From 2835c76336be2987c7d41435c7c3ff8bbf52917c Mon Sep 17 00:00:00 2001 From: Chang She <759245+changhiskhan@users.noreply.github.com> Date: Wed, 1 Nov 2023 10:04:18 -0700 Subject: [PATCH] doc: node sdk now supports windows (#616) --- node/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/README.md b/node/README.md index b5021965..f11b1aee 100644 --- a/node/README.md +++ b/node/README.md @@ -10,7 +10,7 @@ npm install vectordb This will download the appropriate native library for your platform. We currently support x86_64 Linux, aarch64 Linux, Intel MacOS, and ARM (M1/M2) MacOS. We do not -yet support Windows or musl-based Linux (such as Alpine Linux). +yet support musl-based Linux (such as Alpine Linux). ## Usage