소스 검색

Fixed capitalization

Alois Mahdal (@azzgoat) 12 년 전
부모
커밋
f5c447a5f9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      README.md

+ 1
- 1
README.md 파일 보기

44
 ### pl2yml.pl, yml2pl.pl ###
44
 ### pl2yml.pl, yml2pl.pl ###
45
 
45
 
46
 Simple scripts to read YAML/Perl data structure from a file and dump it in
46
 Simple scripts to read YAML/Perl data structure from a file and dump it in
47
-the other format to STDIN.  Uses YAML::tiny for YAML jobs.
47
+the other format to STDIN.  Uses YAML::Tiny for YAML jobs.
48
 
48
 
49
 
49
 
50
 
50