From 110f616660a2d5d8f50f66905942a78a332d0c0b Mon Sep 17 00:00:00 2001 From: Hunter Wu Date: Thu, 22 Aug 2013 09:38:16 +0800 Subject: [PATCH 1/3] Typo! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0af94ca..4f38c08 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ scrap image from http://www.aio.com.tw/wall #Usage# - * Make sure you have the latest NodeJS isntalled + * Make sure you have the latest NodeJS installed * clone the repo onto your server / host * execute with `node index.js` * wait for about 1-3 minutes From b748333e8704d22d9c682f5a142eef37602a7b4e Mon Sep 17 00:00:00 2001 From: Hunter Wu Date: Thu, 22 Aug 2013 09:42:46 +0800 Subject: [PATCH 2/3] You forgot this step --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4f38c08..d398d56 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ scrap image from http://www.aio.com.tw/wall * Make sure you have the latest NodeJS installed * clone the repo onto your server / host + * run `npm install` in the source directory * execute with `node index.js` * wait for about 1-3 minutes * Once complete you will have thousands of .jpg files containing data folder From e20e9af2b2ff8ae91dd4d9953b7bb3f7e2a536b2 Mon Sep 17 00:00:00 2001 From: Hunter Wu Date: Thu, 22 Aug 2013 09:46:06 +0800 Subject: [PATCH 3/3] Correcting grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d398d56..3d54a2a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ scrap image from http://www.aio.com.tw/wall * run `npm install` in the source directory * execute with `node index.js` * wait for about 1-3 minutes - * Once complete you will have thousands of .jpg files containing data folder + * Once complete you will have thousands of .jpg files containing in the data folder * Simples. #Reference#