From edb72dde16942d9187e1e512ed115ec5cdb511b0 Mon Sep 17 00:00:00 2001 From: Geoffroy Couprie Date: Sun, 3 Nov 2024 21:32:06 +0100 Subject: [PATCH] update readme --- biscuit-capi/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biscuit-capi/README.md b/biscuit-capi/README.md index 06035e66..70ae82b1 100644 --- a/biscuit-capi/README.md +++ b/biscuit-capi/README.md @@ -16,7 +16,7 @@ You can then link against the generated library in your C code. ### Downloading pre-built binaries In the [releases section](https://github.com/biscuit-auth/biscuit-rust/releases) of this repository, you can find pre-built binaries for the C API. -Currently, only Linux x86_64 and MacOS (x86 + arm) are provided. +Currently, only Linux x86_64 and MacOS (arm) are provided. ### Running the tests