From 8f6c2b61390b48cdffddc7efc3bfcc72a8a0a6ea Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Mon, 14 Nov 2016 07:34:23 -0800 Subject: [PATCH] * --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9fe0e78..856fc3d 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ $ new_name.jpg ; Create a new file with name ##Load File ``` -/ dir/file_name.jpg 10 10 100 100 ; Load image into canvas, at position 10,10, with size of 100x100 -/ dir/file_name.jpg 10 10 100 ; Load image into canvas, at position 10,10, with size of 100w and auto height +/ dir/file_name.jpg 10 10 100 100 ; Load image, at 10,10 with size 100x100 +/ dir/file_name.jpg 10 10 100 ; Load image, at 10,10 with size 100w and auto height ``` ##Brush