diff --git a/README.md b/README.md index b0bedf1..428fd7c 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,6 @@ import { decodeFirst } from 'cborg' const byteLength = encodedLength(obj, encodeOptions) byteLength // 104 - // concatenate two dag-cbor encoded obj const concatenatedData = new Uint8Array(data.length * 2) concatenatedData.set(data)