From aa31de1fef910b6225c922fafecf7f5fc4554ee3 Mon Sep 17 00:00:00 2001 From: chaoskagami Date: Tue, 26 Jan 2016 00:08:40 -0500 Subject: [PATCH] Fix grammar --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dbfbbfd..f3af7e0 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,14 @@ ===================== This is a crappy-ass python tool that can be used to recompile a 4chan thread (or sup/tg/ archive) to a mediawiki dump. -Why? Because...well. Threads after 5 on wiki.magicalgirlnoir.com are hard to read because. This was originally coded in bash. Thank god nobody saw that mess. +Why? Because...well. Threads after 5 on http://wiki.magicalgirlnoir.com are hard to read. This was originally coded in bash. Thank god nobody saw that mess. Read the header for usage, for now. I'll make proper console syntax sometime soon. For now though; it works. +It can even only pull relevant threads based on nametag (Or tripcode. Or `$(echo nametag|sed 's|t|f|')`...not that I like that term.) + +Example usage of filtering functionality in header. + You need: * python2 * lxml -- 2.39.5