From e7ea0fd38d88a3268c114ed9b71f74a285b8f27c Mon Sep 17 00:00:00 2001 From: Louis Capitanchik <contact@louiscap.co> Date: Tue, 16 Aug 2022 02:35:47 +0100 Subject: [PATCH] Fix docs.rs link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c84c940..6e576fc 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Play some tunes [](https://github.com/bevyengine/bevy/blob/main/docs/plugins_guidelines.md#main-branch-tracking) [](https://crates.io/crates/micro_musicbox) -[](https://docs.rs/micro_musicbox) +[](https://docs.rs/micro_musicbox) ## What? @@ -15,7 +15,7 @@ from the start. ### Channel Types -Musicbox is configured with 4 channels, which are split into two types: +Musicbox is configured with 4 channels, which a re split into two types: - Main channels; Play a single looped audio track. Starting another track on this channel will stop the currently active one. Supports cross-fade between the current track and the next track. This includes the "Music" and "Ambiance" channels - Background Channels; Plays any number of one-shot sounds. The sounds will not interfere with each other or the main channels. This includes the "SFX" and "UI SFX" channels -- GitLab