소스 검색

Correction

Piotr Czajkowski 6 년 전
부모
커밋
e65b6c38fd
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -3,6 +3,7 @@
 I've written it for fun and because BOM is still a valid problem in l10n world. It's simple and relies only on standard libraries, so should work pretty much everywhere.
 
 It contains simple test which you can run by:
+
 	make test
 
 It's 22 times faster than similar one I've written in C#, so either C is faster at that or I've written it better:) Enjoy!