Skip to content

Commit

Permalink
README fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Mar 11, 2024
1 parent b44527d commit 3208304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
```

Expand Down

0 comments on commit 3208304

Please sign in to comment.