Skip to content

Commit

Permalink
docs: Readme adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
nonara committed Dec 10, 2020
1 parent 0f3f124 commit 5934168
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

# node-html-markdown

NHM is a _fast_ HTML to markdown cross-compiler, compatible with both node and the browser.
NHM is a _fast_ HTML to markdown converter, compatible with both node and the browser.

It was built with the following two goals in mind:

### 1. Speed

We had a need to cross-compile gigabytes of HTML daily very quickly. All libraries we found were too slow with node.
We had a need to convert gigabytes of HTML daily very quickly. All libraries we found were too slow with node.
We considered using a low-level language but decided to attempt to write something that would squeeze every bit
of performance out of the JIT that we could. The end result was fast enough to make the cut!

Expand Down
2 changes: 1 addition & 1 deletion benchmark/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Benchmark Tool

Simple benchmark for diffrent html to markdown compilers using real-life data.
Simple benchmark for different html to markdown compilers using real-life data.

Based on: https://github.com/AndreasMadsen/htmlparser-benchmark

Expand Down

0 comments on commit 5934168

Please sign in to comment.