diff --git a/README.md b/README.md index 08f62859..8d5d369e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Rust bindings for [JACK Audio Connection Kit](). | [![Crates.io](https://img.shields.io/crates/v/jack.svg)](https://crates.io/crates/jack) | [![License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) | |-----------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------| | [![Docs.rs](https://docs.rs/jack/badge.svg)](https://docs.rs/jack) | [![Test](https://github.com/RustAudio/rust-jack/actions/workflows/testing.yml/badge.svg)](https://github.com/RustAudio/rust-jack/actions/workflows/testing.yml) | -| [Documentation](https://rustaudio.github.io/rust-jack) | [:heart: Sponsor]() | +| [📚 Documentation](https://rustaudio.github.io/rust-jack) | [:heart: Sponsor]() | ## Using JACK @@ -21,8 +21,8 @@ disabled by creating a client with the `NO_START_SERVER` option. - MacOS users may install JACK from the [official website]() or [Homebrew](). -Refer to the [documentation]() for details about the API, building, and packaging. -Also take a look at the `examples` directory for usage. +Refer to the [docs.rs documentation]() for details about +the API. For more general documentation, visit . # Testing