diff --git a/README.md b/README.md
index c84c940dcc57d6bbbe555beea15185baa7219c79..6e576fc698e82810b9be96485b9c3c041fcfaffb 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ Play some tunes
 
 [![Bevy tracking](https://img.shields.io/badge/Bevy%20tracking-released%20version-lightblue?style=for-the-badge)](https://github.com/bevyengine/bevy/blob/main/docs/plugins_guidelines.md#main-branch-tracking)
 [![Crates.io](https://img.shields.io/crates/v/micro_musicbox?style=for-the-badge)](https://crates.io/crates/micro_musicbox)
-[![docs.rs](https://img.shields.io/docsrs/micro_musixbox?style=for-the-badge)](https://docs.rs/micro_musicbox)
+[![docs.rs](https://img.shields.io/docsrs/micro_musicbox?style=for-the-badge)](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