Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
minor typo
  • Loading branch information
JohnnySheffield committed Dec 31, 2013
1 parent 0c3f678 commit 07e184d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 07e184d

Please sign in to comment.