From 8ef0b7c61d6a1d32f5a6d90200469fe50ee900ac Mon Sep 17 00:00:00 2001 From: MusicalCreeper01 Date: Sat, 5 Sep 2015 23:06:21 -0700 Subject: [PATCH] Update readme.txt Fixed typo --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 6915c8d..df85858 100644 --- a/readme.txt +++ b/readme.txt @@ -47,7 +47,7 @@ manner. What I mean by that is that you can push an image to position (x, y) = (20, 40) and then push another image to position (x, y) = (1000, 2000), and the image -will grow dynamically. Here is hot to use it: +will grow dynamically. Here is how to use it: var Stack = require('image').Stack;