Skip to content

Commit

Permalink
update readme for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
syjer committed Dec 28, 2023
1 parent 10f1445 commit 898ed62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Requires java 11.

## Why?

As far as I know, there is no pure java html5 parser that currently pass the [html5lib-tests suite](https://github.com/html5lib/html5lib-tests) (well, the more relevant tests :D).
As far as I know, there is no pure java html5 parser that currently pass the [html5lib-tests suite](https://github.com/html5lib/html5lib-tests) (well, the more relevant tests :D, note: this project was published in october 2015).

Additionally, I wanted a library with a reduced footprint (and no dependencies). Currently the jar weight around ~150kb. The target is to keep it under 200kb.

Expand All @@ -35,14 +35,14 @@ maven:
<dependency>
<groupId>ch.digitalfondue.jfiveparse</groupId>
<artifactId>jfiveparse</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```

gradle:

```
compile 'ch.digitalfondue.jfiveparse:jfiveparse:1.0.0'
compile 'ch.digitalfondue.jfiveparse:jfiveparse:1.0.1'
```

## Use:
Expand Down

0 comments on commit 898ed62

Please sign in to comment.