From 38199a39066b9cbeea6739e8e9ed44d432c393a9 Mon Sep 17 00:00:00 2001 From: Nicholas Christopher Date: Tue, 14 Sep 2021 15:16:18 -0700 Subject: [PATCH] chore(readme): add macOS arm64 to platform support (#104) Added macOS arm64 to the list of supported platforms in README.md. Support was added in https://github.com/discordjs/opus/pull/97 and released in v0.6.0. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2597fbb..fcea16f 100644 --- a/README.md +++ b/README.md @@ -22,4 +22,5 @@ const decoded = encoder.decode(encoded); - Linux arm (RPi 1 & 2) - Linux arm64 (RPi 3) - macOS x64 +- macOS arm64 - Windows x64