aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2017-10-26 14:41:12 +0300
committerWohlstand <admin@wohlnet.ru>2017-10-26 14:41:12 +0300
commit7d94c6ac28aa9db54b60c8a3d8442cb046a1ca77 (patch)
tree0354c47b6029d9c7a46e4d819e4807c9ab7110f6
parent1b0d7ca6147ed8b1ecf92e178b041d0131afe6e7 (diff)
downloadlibADLMIDI-7d94c6ac28aa9db54b60c8a3d8442cb046a1ca77.tar.gz
libADLMIDI-7d94c6ac28aa9db54b60c8a3d8442cb046a1ca77.tar.bz2
libADLMIDI-7d94c6ac28aa9db54b60c8a3d8442cb046a1ca77.zip
Small readme change
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cfed3aa..e1ece46 100644
--- a/README.md
+++ b/README.md
@@ -94,7 +94,7 @@ You need to make in the any IDE a library project and put into it next files
**Tip 2**: To compile libADLMIDI without embedded banks, define the `DISABLE_EMBEDDED_BANKS` macro and remove building of the `adldata.cpp` file in your project.
# Example
-In the src/midiplay you will found alone CPP file which an example of library usage.
+In the utils/midiplay you will found an example project which uses this library.
That example is a simple audio player based on SDL Audio usage.
To build that example you will need to have installed SDL2 library.