From 88507f4f6d64243caa95342a34baf0b03da11bc0 Mon Sep 17 00:00:00 2001 From: Dave Winer Date: Sun, 4 Jan 2015 13:45:54 -0500 Subject: [PATCH] v0.46 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cace2d..9b59bcc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ PagePark ======== -I wrote this simple Node.js folder-based HTTP server that serves simple static and dynamic pages for domains I've bought but not yet used. +I wrote this simple Node.js folder-based app that serves static and dynamic pages for domains I've bought but not yet used. It's also designed to be simple code you can learn from, or form to be whatever you like. But 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.