From 8631f998c95ac88d8c31502bf0532b1641f73a7b Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Sun, 3 Feb 2013 15:06:00 +0100 Subject: [PATCH] readme update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 56b5dc26..44f2fb5b 100644 --- a/README.md +++ b/README.md @@ -51,12 +51,12 @@ Add the facade of this package to the `$aliases` array. * Image::pixelate - Pixelate current image * Image::greyscale - Turn current image into a greyscale version * Image::text - Write text in current image -* Image::fill - Fill image with given hexadecimal color at position x,y +* Image::fill - Fill image with given color at position x,y * Image::rectangle - Draw rectangle in current image starting at point 1 and ending at point 2 * Image::line - Draw a line in current image starting at point 1 and ending at point 2 * Image::ellipse - Draw an ellipse centered at given coordinates * Image::circle - Draw a circle centered at given coordinates -* Image::pixel - Set single pixel with given hexadecimal color at position x,y +* Image::pixel - Set single pixel with given color at position x,y * Image::pickColor - Picks and formats color at position in current image * Image::reset - Reset to original image resource * Image::save - Save image in filesystem