From cf3f702f127464c14d759dc875405b95724016b5 Mon Sep 17 00:00:00 2001 From: Ivan Nikulin Date: Wed, 13 Aug 2014 14:54:29 +0400 Subject: [PATCH] Update readme.md Fix parse5 name --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ee67823..89dda3a 100644 --- a/readme.md +++ b/readme.md @@ -261,7 +261,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [JSONStream](https://github.com/dominictarr/JSONStream) - Streaming JSON.parse and stringify. - [csv-parser](https://github.com/mafintosh/csv-parser) - Streaming CSV parser that aims to be faster than everyone else. - [excel-stream](https://github.com/dominictarr/excel-stream) - Streaming Excel spreadsheet to JSON parser. -- [parser5](https://github.com/inikulin/parse5) - Fast full-featured spec compliant HTML parser. +- [parse5](https://github.com/inikulin/parse5) - Fast full-featured spec compliant HTML parser. - [htmlparser2](https://github.com/fb55/htmlparser2/) - Forgiving HTML/XML parser. - [PostCSS](https://github.com/postcss/postcss) - Framework for CSS postprocessors, to modify CSS.