From a03c52f277bee359c19ac71a7cba76c31ab4be78 Mon Sep 17 00:00:00 2001 From: Chris Lane Date: Sat, 25 Jun 2016 15:04:22 -0400 Subject: [PATCH] trivial README edit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f67297a..82e4720 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ For example, all posts should contain a header like the following: {{{ "title" : "Hello World (of node blogging)", "description" : "The post description." -"author" : "Chris Allen Lane", +"author" : "John Doe", "categories" : [ "node", "blogging" ], "tags" : [ "javascript", "express" ], "date" : "2012-09-15" @@ -81,7 +81,7 @@ Pages will have a similar, but sparser, header: ```javascript {{{ "title" : "About Me", -"author" : "Chris Allen Lane" +"author" : "John Doe" "description" : "The page description." }}} ```