File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Rust bindings for [JACK Audio Connection Kit](<https://jackaudio.org>).
5
5
| [ ![ 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 ) |
6
6
| -----------------------------------------------------------------------------------------| -----------------------------------------------------------------------------------------------------------------------------------------------------------------|
7
7
| [ ![ 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 ) |
8
- | [ Documentation] ( https://rustaudio.github.io/rust-jack ) | [ :heart : Sponsor] ( < https://github.com/sponsors/wmedrano > ) |
8
+ | [ 📚 Documentation] ( https://rustaudio.github.io/rust-jack ) | [ :heart : Sponsor] ( < https://github.com/sponsors/wmedrano > ) |
9
9
10
10
## Using JACK
11
11
@@ -21,8 +21,8 @@ disabled by creating a client with the `NO_START_SERVER` option.
21
21
- MacOS users may install JACK from the [ official
22
22
website] ( < http://jackaudio.org/downloads/ > ) or [ Homebrew] ( < https://formulae.brew.sh/formula/jack > ) .
23
23
24
- Refer to the [ documentation] ( < https://docs.rs/jack/ > ) for details about the API, building, and packaging.
25
- Also take a look at the ` examples ` directory for usage .
24
+ Refer to the [ docs.rs documentation] ( < https://docs.rs/jack/ > ) for details about
25
+ the API. For more general documentation, visit < https://rustaudio.github.io/rust-jack > .
26
26
27
27
28
28
# Testing
You can’t perform that action at this time.
0 commit comments