From e02b98973985ec88a1491a296ed83b11e86e569a Mon Sep 17 00:00:00 2001 From: Dave Winer Date: Sun, 4 Jan 2015 10:47:28 -0500 Subject: [PATCH] v0.46 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d6c994..dfc5a80 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,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. -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 Page Park, you're learning how to run a web server. +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. This is the second of three early 2015 "server snacks" by Dave Winer.