From 16ee21d2ab19e8141b79d2265789600d2fd3a7d6 Mon Sep 17 00:00:00 2001 From: Xiaoyi Date: Fri, 11 Jul 2014 18:29:59 +0800 Subject: [PATCH] Add badges --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 66d3da5..d7a4d78 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -# Fast HTML Parser +# Fast HTML Parser [![NPM version](https://badge.fury.io/js/fast-html-parser.png)](http://badge.fury.io/js/fast-html-parser) [![Build Status](https://travis-ci.org/ashi009/node-fast-html-parser.svg?branch=master)](https://travis-ci.org/ashi009/node-fast-html-parser) Fast HTML Parser is a _very fast_ HTML parser. Which will generate a simplified DOM tree, with basic element query support. Per the design, it intends to parse massive HTML files in lowest price, thus the performance is the top priority. For this reason, some malformatted HTML may not -be able to parse, but most usual errors are covered (eg. HTML4 style no closing -`
  • `, `` etc). +be able to parse correctly, but most usual errors are covered (eg. HTML4 style +no closing `
  • `, `` etc). ## Install