diff --git a/README.md b/README.md index 620fe0b..5d26f1e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ node-http-server NodeJS Simple HTTP Server This a simple HTTP server made with nodejs. -I know there's a lot of http server around, and also I should be using some task runner (because that's what cool kids are doing), But I made this one to understande better how nodejs work. +I know there's a lot of http server around, and also I should be using some task runner (because that's what cool kids are doing), But I made this one to better understand how nodejs work. ## How to use