Skip to content

Commit ce3a073

Browse files
committed
README: Link to online demo
1 parent 5d620d4 commit ce3a073

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
_q-encoding_ is a character encoding–agnostic JavaScript implementation of [the `Q` encoding as defined by RFC 2047](https://tools.ietf.org/html/rfc2047#section-4.2). It can be used to encode data with any character encoding to its `Q`-encoded form, or the other way around (i.e. decoding).
44

5+
[An online demo is available.](https://mothereff.in/q)
6+
57
## Installation
68

79
Via [npm](https://www.npmjs.com/):

0 commit comments

Comments
 (0)