Update README.md

This commit is contained in:
jst 2012-08-03 21:24:22 +03:00
parent 1d35119758
commit 602c775fde
1 changed files with 1 additions and 1 deletions

View File

@ -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