aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorVitaly Novichkov <admin@wohlnet.ru>2018-07-16 03:15:24 +0300
committerVitaly Novichkov <admin@wohlnet.ru>2018-07-16 03:15:24 +0300
commita184c33a75b9b29a7277dcd01f00a744e2fe8306 (patch)
treeeb3ccda43ee40f9c294d215d70ef49090e9b65dc /examples
parentf2258aeb6ce93e8086cbf26ba94b76ff47b7dce4 (diff)
downloadlibADLMIDI-a184c33a75b9b29a7277dcd01f00a744e2fe8306.tar.gz
libADLMIDI-a184c33a75b9b29a7277dcd01f00a744e2fe8306.tar.bz2
libADLMIDI-a184c33a75b9b29a7277dcd01f00a744e2fe8306.zip
Minor fix in the python-alsa example readme
Diffstat (limited to 'examples')
-rw-r--r--examples/python-alsa/ReadMe.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/python-alsa/ReadMe.txt b/examples/python-alsa/ReadMe.txt
index 6ca3eff..91c9ec1 100644
--- a/examples/python-alsa/ReadMe.txt
+++ b/examples/python-alsa/ReadMe.txt
@@ -1,7 +1,7 @@
Before to run this library, you must compile libADLMIDI shared library
and then install pyalsaaudio package by PIP:
-===============================
- sudo pip3 install alsaaudio
-===============================
+=================================
+ sudo pip3 install pyalsaaudio
+=================================