From ba11c06fa19c6e2e18e89babdfff9b812a6e8292 Mon Sep 17 00:00:00 2001 From: b-ma Date: Tue, 14 Jan 2025 20:07:15 +0100 Subject: [PATCH] doc: typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7cf115d..53013e1 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ npm run build 3. Run the examples from the project's root directory ```sh -node examples/granular-scrub.mjs +node examples/granular-scrub.js ``` ## Caveats @@ -79,8 +79,8 @@ We provide prebuilt binaries for the following platforms: | macOS x64 | ✓ | | macOS aarch64 | ✓ | | Linux x64 gnu | ✓ | -| Linux arm gnueabihf (RPi) | ✓ | -| Linux arm64 gnu (RPi) | ✓ | +| Linux arm gnueabihf | ✓ | +| Linux arm64 gnu | ✓ | If you need another platform to be supported, please fill an [issue](https://github.com/ircam-ismm/node-web-audio-api/issues) and we will see what we can do.