diff --git a/README.md b/README.md
index a462818..b28f548 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Bluecrypt ASN.1 Parser
-An ASN.1 parser in less than 100 lines of Vanilla JavaScript,
+An ASN.1 decoder in less than 100 lines of Vanilla JavaScript,
part of the Bluecrypt suite.
(< 150 with newlines and comments)
@@ -17,6 +17,10 @@ part of the Bluecrypt suite.
* [x] Online [Demo](https://coolaj86.com/demos/asn1-parser/)
* [ ] Node.js (built, publishing soon)
+### Need an ASN.1 Builder too?
+
+Check out https://git.coolaj86.com/coolaj86/asn1-packer.js/
+
# Demo