From 0673620d0beccef613a5e46038681ea4720ce19f Mon Sep 17 00:00:00 2001 From: mitteneer Date: Tue, 25 Mar 2025 14:21:42 +0000 Subject: [PATCH] Update README.md I never remember how links works in MD --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e4c8c1..6875a41 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # MuZigBrainz Zig bindings for the MusicBrainz and CovertArtArchive APIs. -This only caters to what I need, and nothing more. If you want full functionality, look at (MusicBrainz's own client)[https://musicbrainz.org/doc/libmusicbrainz], or other (endorsed clients)[https://musicbrainz.org/doc/MusicBrainz_API#Libraries]. If you need full functionality *and* Zig bindings, I will not add features to this outside of what I need, but consider looking into Zig's tools for using C code in Zig projects (`translate-c`, `zig c++`, `zig cc`). \ No newline at end of file +This only caters to what I need, and nothing more. If you want full functionality, look at [MusicBrainz's own client](https://musicbrainz.org/doc/libmusicbrainz), or other [endorsed clients](https://musicbrainz.org/doc/MusicBrainz_API#Libraries). If you need full functionality *and* Zig bindings, I will not add features to this outside of what I need, but consider looking into Zig's tools for using C code in Zig projects (`translate-c`, `zig c++`, `zig cc`). \ No newline at end of file