From bd458cb5ace47330bc9431e7ec76e176e77a4ae9 Mon Sep 17 00:00:00 2001 From: Lars Immisch Date: Thu, 14 May 2015 01:01:10 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 912f7a3..a889c25 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ To install pyalsaaudio via `pip` (or `easy_install`): *Note:* the wrappers need the ALSA library and headers. The installation of these varies from distribution to distribution. -On Debian or Ubuntu, make sure to install `linasound2-dev`. On Arch, +On Debian or Ubuntu, make sure to install `libasound2-dev`. On Arch, install `alsa-lib`. When in doubt, search your distribution for a package that contains `libasound.so` and `asoundlib.h`.