Update README.md
I never remember how links works in MD
This commit is contained in:
parent
231cad74a1
commit
0673620d0b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# MuZigBrainz
|
# MuZigBrainz
|
||||||
Zig bindings for the MusicBrainz and CovertArtArchive APIs.
|
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`).
|
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`).
|
||||||
Loading…
Add table
Add a link
Reference in a new issue