From 602c775fde01d9065f9014da54904f50c3770218 Mon Sep 17 00:00:00 2001 From: jst Date: Fri, 3 Aug 2012 21:24:22 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 238f1a7..b539f7b 100644 --- a/README.md +++ b/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