Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
trivial README edit
  • Loading branch information
chrisallenlane committed Jun 25, 2016
1 parent 377025a commit a03c52f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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"
Expand All @@ -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."
}}}
```
Expand Down

0 comments on commit a03c52f

Please sign in to comment.