From 554a68562f47597510083a90b5f0cd1f6573343c Mon Sep 17 00:00:00 2001 From: Lars Immisch Date: Thu, 30 Apr 2015 17:57:45 +0000 Subject: [PATCH] Stylistic changes --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fa51521..8f65da9 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # PyAlsaAudio -Author: Casper Wilstrup (cwi@aves.dk) -Maintainer: Lars Immisch (lars@ibp.de) +> Author: Casper Wilstrup (cwi@aves.dk) +> Maintainer: Lars Immisch (lars@ibp.de) This package contains wrappers for accessing the ALSA api from Python. It -is currently fairly complete for PCM devices, and has some support for mixers +is currently fairly complete for PCM devices, and has some support for mixers. If you find bugs in the wrappers please open an issue in the issue tracker. Please don't send bug reports regarding ALSA specifically. There are several @@ -33,7 +33,7 @@ To install, execute the following: ``` And then as root: ``` - # sudo python setup.py install + $ sudo python setup.py install ``` # Using the API