From 7bd97dce4037aad12c3f5a20d862a41125247bd4 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 18 Dec 2025 01:03:47 +0000 Subject: [PATCH] fix: correct HTML syntax errors in client libraries table - Add missing closing bracket in functions-go anchor tag - Add missing quote in Rust auth-rs href attribute --- profile/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profile/README.md b/profile/README.md index f54bae0..e20f5f8 100644 --- a/profile/README.md +++ b/profile/README.md @@ -96,7 +96,7 @@ Unnofficial Supabase libraries, examples, and repositories by the community for auth-go - storage-go - functions-go + functions-go Elixir @@ -147,7 +147,7 @@ Unnofficial Supabase libraries, examples, and repositories by the community for Rust - postgrest-rs - auth-rs + auth-rs - - -