From d8287aadaad420607040dfbd44d0708968136feb Mon Sep 17 00:00:00 2001
From: Daniel Cousens <github@dcousens.com>
Date: Thu, 30 Nov 2017 20:14:15 +1100
Subject: [PATCH] README: add BIP68 (re #923)

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2f0b8ff..4b0f912 100644
--- a/README.md
+++ b/README.md
@@ -178,11 +178,12 @@ npm run-script coverage
 ```
 
 ## Complementing Libraries
-- [BIP21](https://github.com/bitcoinjs/bip21) - A BIP21 compatible URL encoding utility library
+- [BIP21](https://github.com/bitcoinjs/bip21) - A BIP21 compatible URL encoding library
 - [BIP38](https://github.com/bitcoinjs/bip38) - Passphrase-protected private keys
 - [BIP39](https://github.com/bitcoinjs/bip39) - Mnemonic generation for deterministic keys
 - [BIP32-Utils](https://github.com/bitcoinjs/bip32-utils) - A set of utilities for working with BIP32
 - [BIP66](https://github.com/bitcoinjs/bip66) - Strict DER signature decoding
+- [BIP68](https://github.com/bitcoinjs/bip68) - Relative lock-time encoding library
 - [BIP69](https://github.com/bitcoinjs/bip69) - Lexicographical Indexing of Transaction Inputs and Outputs
 - [Base58](https://github.com/cryptocoinjs/bs58) - Base58 encoding/decoding
 - [Base58 Check](https://github.com/bitcoinjs/bs58check) - Base58 check encoding/decoding