From 90873b077efca4ae12e282448d7cd1504e161ae7 Mon Sep 17 00:00:00 2001 From: John Lee Date: Thu, 6 Feb 2014 07:45:23 +0800 Subject: [PATCH] update/fix README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b813d7..192ad8e 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # WXR Parser A simple WXR parser written in Python to parse the XML export from -WordPress and store the information it in in Python's basic data +WordPress and store the information in it in Python's basic data structures, i.e. dictionaries and lists. It also goes with a backend to export it in Markdown syntax suitable for [Wintersmith](http://wintersmith.io). In its current form, it can simplify the migration from WordPress to Wintersmith, but it's easy to -be extended to export more formats. +extend it to export more formats. It's created because the author failed to find a simple one to use.