소스 검색

Update README.md

jst 13 년 전
부모
커밋
602c775fde
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -24,7 +24,7 @@ import "github.com/nfnt/resize"
 Resize creates a scaled image with new dimensions (w,h) using the interpolation function interp.
 
 ```go
-resize.Resize(w int, h int, img image.Image, interp InterpolationFunction) image.Image 
+resize.Resize(w int, h int, img image.Image, interp resize.InterpolationFunction) image.Image 
 ```
 
 The provided interpolation functions are