From 07e184d7d38e1ff05a6d4a0a6e94f4fe00fb1fda Mon Sep 17 00:00:00 2001 From: JohnnySheffield Date: Tue, 31 Dec 2013 14:45:44 +0100 Subject: [PATCH] Update README.md minor typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf663bb..372d348 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Multipurpose web crawler in NodeJS. ## Why NodeJs? -Web Crawler spends most of his time on reading/writing to netwrok, database and files. NodeJs implements the non-blocking I/O model which makes it a perfect tool for the job. +Web Crawler spends most of his time on reading/writing to network, database and files. NodeJs implements the non-blocking I/O model which makes it a perfect tool for the job. ## Requirements