docs: minor readme tweaks and fixes

Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
This commit is contained in:
Christopher Arndt 2025-01-20 02:23:45 +01:00
parent 3915638e73
commit 3b40310afd
1 changed files with 5 additions and 4 deletions

View File

@ -81,12 +81,12 @@ jackClient.clientClose()
## License ## License
This software is released under the *MIT License*. See the file This software is released under the **MIT License**. See the file
[LICENSE.md](./LICENSE.md) for more information. [LICENSE.md](./LICENSE.md) for more information.
Please note that the JACK client library (libjack), which this project wraps, Please note that the JACK client library (libjack), which this project wraps,
is licensed under the [LGPL-2.1]. This wrapper does not statically or is licensed under the [LGPL-2.1]. This wrapper does not statically or
dynamically link to libjack at build time, but only loads it via `dynlib` at dynamically link to libjack at build time, but only loads it via [dynlib] at
run-time. run-time.
Software using this wrapper is, in the opinion of its author, not considered a Software using this wrapper is, in the opinion of its author, not considered a
@ -97,11 +97,12 @@ professional legal counsel when in doubt.
## Author ## Author
*jacket* is written by [Christopher Arndt]. **jacket** is written by [Christopher Arndt].
[C API]: https://jackaudio.org/api/ [C API]: https://jackaudio.org/api/
[Christopher Arndt]: mailto:info@chrisarndt.de [Christopher Arndt]: mailto:info@chrisarndt.de
[dynlib]: https://nim-lang.org/docs/manual.html#foreign-function-interface-dynlib-pragma-for-import
[examples]: ./examples [examples]: ./examples
[JACK]: https://jackaudio.org/ [JACK]: https://jackaudio.org/
[LGPL-2.1]: https://spdx.org/licenses/LGPL-2.1-or-later.html [LGPL-2.1]: https://spdx.org/licenses/LGPL-2.1-or-later.html