Skip to content

Commit 16de64e

Browse files
authored
chore: update README
1 parent 2b5a10f commit 16de64e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# encoding-sniffer [![Node.js CI](https://github.com/fb55/encoding-sniffer/actions/workflows/nodejs-test.yml/badge.svg)](https://github.com/fb55/encoding-sniffer/actions/workflows/nodejs-test.yml)
22

3-
An implementation of the HTML encoding sniffer algo, with stream support.
3+
An implementation of the HTML Standard's [encoding sniffing algorithm](HTML Standard's encoding sniffing algorithm), with stream support.
44

5-
This module wraps around [iconv-lite](https://github.com/ashtuchkin/iconv-lite)
5+
This module wraps around [@exodus/bytes]([https://github.com/ashtuchkin/iconv-lite](https://github.com/ExodusOSS/bytes))
66
to make decoding buffers and streams incredibly easy.
77

88
## Features

0 commit comments

Comments
 (0)