diff --git a/EXAMPLE_USAGE.txt b/EXAMPLE_USAGE.md similarity index 64% rename from EXAMPLE_USAGE.txt rename to EXAMPLE_USAGE.md index cecbc89..7bf2cec 100644 --- a/EXAMPLE_USAGE.txt +++ b/EXAMPLE_USAGE.md @@ -1,4 +1,7 @@ -$ echo 't&((t>>7)-t)&t>>8' | ./bytebeat_compiler.py - && ./render_bytebeat +## Example usage + +```text +$ echo 't&((t>>7)-t)&t>>8' | python ./bytebeat_compiler.py - -p 44100 && ./build/render_bytebeat Compiling :: C bytebeat generator runtime unit @@ -12,3 +15,4 @@ Writing out file output.wav... Done! $ +```