소스 검색

Update README

nagadomi 9 년 전
부모
커밋
044d7b952c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -156,7 +156,7 @@ find /path/to/imagedir -name "*.png" -o -name "*.jpg" > image_list.txt
 th waifu2x.lua -m scale -l ./image_list.txt -o /path/to/outputdir/prefix_%d.png
 ```
 
-The output format supports `%s` and `%d`(e.g. %06d). `%s` will be replaced a basename of source filename. `%d` will be replaced a sequence number.
+The output format supports `%s` and `%d`(e.g. %06d). `%s` will be replaced the basename of the source filename. `%d` will be replaced a sequence number.
 For example, when input filename is `piyo.png`, `%s_%03d.png` will be replaced `piyo_001.png`.
 
 See also `th waifu2x.lua -h`.