Browse Source

Update README.md

jst 13 years ago
parent
commit
602c775fde
1 changed files with 1 additions and 1 deletions
  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.
 Resize creates a scaled image with new dimensions (w,h) using the interpolation function interp.
 
 
 ```go
 ```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
 The provided interpolation functions are