From 3208304b1c74820e405911775a4fb3cd060e581f Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Mon, 11 Mar 2024 17:17:50 +0000 Subject: [PATCH] README fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a1f5c6..facf6cd 100644 --- a/README.md +++ b/README.md @@ -283,7 +283,7 @@ Check out [`src/net/ens.ts`](./src/net/ens.ts) for type-safe contract execution We implement RLP in just 100 lines of code, powered by [packed](https://github.com/paulmillr/micro-packed): ```ts -import { RLP } from 'micro-eth-signer/rlp'; +import { RLP } from 'micro-eth-signer/tx'; RLP.decode(RLP.encode('dog')); ```