Skip to content

Commit

Permalink
Fix #135: Correct typo in readme_unix
Browse files Browse the repository at this point in the history
  • Loading branch information
Deltafire committed Oct 5, 2017
1 parent 4719a49 commit 144ce22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/readme_unix
Expand Up @@ -32,7 +32,7 @@ this isn't the case you can set the environment variable 'SDL_AUDIODRIVER' to
configure SDL to use the driver of your choice. Some known values to try are
'alsa', 'dsp', 'arts', 'esd'. For example:

$ SDL_AUDIO_DRIVER=alsa ./milkytracker
$ SDL_AUDIODRIVER=alsa ./milkytracker

Note that due to weaknesses in some audio configurations we have had to force
MilkyTracker to use 2^N audio buffer sizes. This option can be disabled in the
Expand Down

0 comments on commit 144ce22

Please sign in to comment.