From 607bc6b596d157c8a4f10d4db3d56df2e0bb4ab8 Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Fri, 3 May 2013 17:30:47 +0200 Subject: [PATCH] fixed markdown issue --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f5f0a49..ca29909 100644 --- a/readme.md +++ b/readme.md @@ -104,4 +104,4 @@ You can test the module by simply executing:: If you want to have a look at the code for this test to have a working code example for a whole feed generation process, you can find it in the -[__main__.py](https://github.com/lkiesow/pyFeedGenerator/blob/master/feedgenerator/__main__.py#L36). +[`__main__.py`](https://github.com/lkiesow/pyFeedGenerator/blob/master/feedgenerator/__main__.py#L36).