README.md in imgix-1.0.0 vs README.md in imgix-1.1.0

- old
+ new

@@ -70,10 +70,10 @@ ## Multiple Parameters When the imgix api requires multiple parameters you have to use the method rather than an accessor. -For example to use the [noise reduction](http://www.imgix.com/docs/urlapi/enhance#nr-nrs) options: +For example to use the noise reduction: ``` ruby path.noise_reduction(50,50) ```