README.md in rack-blogengine-0.1.0 vs README.md in rack-blogengine-0.1.1

- old
+ new

@@ -48,17 +48,17 @@ ``` ### Content The Content files (.content) includes your content -`[path]` - this will be your access path to your blog entry +`[path][/path]` - this will be your access path to your blog entry -`[title]` - the title for your article +`[title][/title]` - the title for your article -`[content]` - your content +`[content][/content]` - your content ### Hint -For a root document (http://pathtoapp.tld/) path should be empty (path:,) +For a root document (http://pathtoapp.tld/) path should be empty ([path]:[/path]) ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`)