diff --git a/README.md b/README.md index 942ed9c..ffa9581 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,11 @@ can easily add or modify new content using the standard Structure --------- -Every .md file here define a specific page of the site, and consits of -a yaml style header to describe meta informations like title of the -page, content path, menu item, etc. and a markdown body. +Every .md file here defines a specific page of the site, and consists +of a yaml style header to describe meta information such as the title +of the page, content path, menu item, etc. The body of the file is +formatted in +[Markdown](http://daringfireball.net/projects/markdown/syntax). Example: @@ -26,4 +28,4 @@ Contents Content goes here... -``` \ No newline at end of file +```