Skip to content

Commit bbcc445

Browse files
committed
chore(docs): format readme
1 parent 9f7b82d commit bbcc445

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +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 Standard's [encoding sniffing algorithm](https://html.spec.whatwg.org/multipage/syntax.html#encoding-sniffing-algorithm), with stream support.
3+
An implementation of the HTML Standard's
4+
[encoding sniffing algorithm](https://html.spec.whatwg.org/multipage/syntax.html#encoding-sniffing-algorithm),
5+
with stream support.
46

57
This module wraps around [`@exodus/bytes`](https://github.com/ExodusOSS/bytes)
68
to make decoding buffers and streams incredibly easy.

0 commit comments

Comments
 (0)