diff --git a/README.md b/README.md index 0a430f6..e084386 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ I wrote this simple HTTP server to park domains I've bought but not yet used. It's written in JavaScript and runs in Node.js. -Each domain is in its own folder. The content for that domain is in the folder. I went a little wild with content types, it can serve Markdown docs, or run JS code. Yet it's still very simple. Which is the point. ;-) +Each domain is in its own folder. The content for that domain is in the folder. I went a little wild with content types, it can serve Markdown docs, or run JS code. And of course HTML, text files, images, movies, etc. + +Yet it's still very simple. Which is the point. ;-) It's 90 percent of what all web servers do, so if you learn how to run PagePark, you're learning how to run a web server. A real one you can use to host your sites. And it's easy to hack the code if you want to.