From ef1b8d2a28cf1774f9719854d181888283179eb9 Mon Sep 17 00:00:00 2001 From: hinamiyagk Date: Tue, 11 Jul 2017 19:10:05 +0900 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbab96a..39c0266 100644 --- a/README.md +++ b/README.md @@ -291,7 +291,7 @@ Currently there are a few existing parser out there, the most famous one being The sad truth is that these existing libraries are problematic in their own ways. Nokogiri for example is extremely unstable on Rubinius. On MRI it works -because of the non conccurent nature of MRI, on JRuby it works because it's +because of the non concurrent nature of MRI, on JRuby it works because it's implemented as Java. Nokogiri also uses libxml2 which is a massive beast of a library, is not thread-safe and problematic to install on certain platforms (apparently). I don't want to compile libxml2 every time I install Nokogiri