git.strcat.st

/strcat/jam.git/ - summarytreelogarchive

subject
fix readme formatting (again)
commit
ed0255d48b0e8d5f48477a87a04c496d5fb5086a
date
2026-04-17T20:15:05Z
message
diff
 README.md | 38 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)

diff --git a/README.md b/README.md
index 7722248..7892012 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ JAM - Jank (ASS) Alsa Music-player
 
 dependencies:
   alsa
-  ffmpeg 	# optional, for mp3/m4a/flac/etc support
+  ffmpeg        # optional, for mp3/m4a/flac/etc support
 
 build:
   make
@@ -22,26 +22,26 @@ usage:
   cat song.pcm | jam -R -r 44100 -c 2
 
 arguments:
-  -r RATE	sample rate			[default 44100]
-  -c CHANNELS	channels			[default 2    ]
-  -v VOLUME	0-100				[default 100  ]
-  -s SECONDS	seek start			[wav only     ]
-  -d DEVICE	alsa device			[or --device  ]
-  -R		raw PCM 16-b little endian	[no header    ]
+  -r RATE       sample rate                     [default 44100]
+  -c CHANNELS   channels                        [default 2    ]
+  -v VOLUME     0-100                           [default 100  ]
+  -s SECONDS    seek start                      [wav only     ]
+  -d DEVICE     alsa device                     [or --device  ]
+  -R            raw PCM 16-b little endian      [no header    ]
 
 default keybinds:
-  space	pause/resume
-  h	seek -5s
-  l	seek +5s
-  k	volume +5%
-  j	volume -5%
-  n	next file
-  p	previous file
-  r	toggle repeat
-  s	toggle shuffle
-  /	search
-  q	quit
+  space pause/resume
+  h     seek -5s
+  l     seek +5s
+  k     volume +5%
+  j     volume -5%
+  n     next file
+  p     previous file
+  r     toggle repeat
+  s     toggle shuffle
+  /     search
+  q     quit
 
 configuration:
-	refer to jamrc
+        refer to jamrc
 ```