From 32a7abd8c24c2ff4cd58f30a0a7b5854a20b5e45 Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Thu, 11 Sep 2014 01:12:06 +0200 Subject: [PATCH] Corrected line about what kind of parser I want. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 340d0d2..63f4217 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ Ox looks very promising but it lacks a rather crucial feature: parsing HTML (without using a SAX API). It's also again a C extension making debugging more of a pain (at least for me). -I just want an HTML parser that I can rely on stability wise and that is +I just want an XML/HTML parser that I can rely on stability wise and that is written in Ruby so I can actually debug it. In theory it should also make it easier for other Ruby developers to contribute.