From f8f59502b5b79ffe952cc30dd6ee9bd47f008f00 Mon Sep 17 00:00:00 2001 From: Alessandro Martin Date: Mon, 11 Apr 2011 20:04:52 +0800 Subject: [PATCH] Fixed some typos and added links in README --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 5cf557fa..ae132095 100644 --- a/README.rst +++ b/README.rst @@ -1,10 +1,10 @@ Pelican ####### -Pelican is a simple weblog generator, writen in python. +Pelican is a simple weblog generator, written in `Python `_. * Write your weblog entries directly with your editor of choice (vim!) and - directly in restructured text, or markdown. + directly in `reStructuredText `_, or `Markdown `_. * A simple cli-tool to (re)generate the weblog. * Easy to interface with DVCSes and web hooks * Completely static output, so easy to host anywhere !