From 73fd318e227d7df774fd67d068b84d52074f0b03 Mon Sep 17 00:00:00 2001 From: Owen Shen Date: Mon, 7 Oct 2019 14:47:35 -0700 Subject: [PATCH] Fixed slight typo "hene" -> "hence" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 036eb373..e9cbf79e 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ If you run into a bug when using librespot, please search the existing issues be # Building Rust 1.32.0 or later is required to build librespot. -We recently switched to using [Rodio](https://github.com/tomaka/rodio) for audio playback by default, hene for macOS and Windows, you should just be able to clone and build librespot (with the command below). For linux, you will need to run the additional commands below, depending on your distro. +We recently switched to using [Rodio](https://github.com/tomaka/rodio) for audio playback by default, hence for macOS and Windows, you should just be able to clone and build librespot (with the command below). For linux, you will need to run the additional commands below, depending on your distro. On debian / ubuntu, the following command will install these dependencies : ```shell