From 9f282cf1e025c2089c1a7247e7bfd5f0acc6dad6 Mon Sep 17 00:00:00 2001 From: Nikita Sivukhin Date: Wed, 3 Sep 2025 18:21:22 +0400 Subject: [PATCH] update readme --- bindings/javascript/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/javascript/README.md b/bindings/javascript/README.md index 294b0a806..da9c041aa 100644 --- a/bindings/javascript/README.md +++ b/bindings/javascript/README.md @@ -23,7 +23,7 @@ This package is the Turso in-memory database library for JavaScript. - **SQLite compatible:** SQLite query language and file format support ([status](https://github.com/tursodatabase/turso/blob/main/COMPAT.md)). - **In-process**: No network overhead, runs directly in your Node.js process - **TypeScript support**: Full TypeScript definitions included -- **Cross-platform**: Supports Linux, macOS, Windows and browsers (through WebAssembly) +- **Cross-platform**: Supports Linux (x86 and arm64), macOS, Windows and browsers (through WebAssembly) ## Installation