Mark VandenBrink 12 лет назад
Родитель
Сommit
37ee89cb0c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -6,7 +6,7 @@ A pure Lisp implementation for reading audio tags and audio information.
 
 
 Currently reads MP3/MP4/FLAC audio files.
 Currently reads MP3/MP4/FLAC audio files.
 
 
-Runs (in single-thread mode) under CCL, SBCL, CLISP, and ABCL
+Runs (in single-thread mode) under CCL, SBCL, CLISP, and ABCL.
 Note: my primary Lisp variant is CCL, so it's the most tested; however,
 Note: my primary Lisp variant is CCL, so it's the most tested; however,
 this code should run on any Lisp that is supported by FLEXI-STREAMS
 this code should run on any Lisp that is supported by FLEXI-STREAMS