Skip to content

Commit

Permalink
Merge pull request #64 from o-az/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
kyscott18 authored Jan 20, 2024
2 parents 24341c0 + a29e184 commit aa2c7b3
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 @@ -22,7 +22,7 @@ Building blocks for Ethereum app development. Built using [Viem](https://viem.sh
```ts
import { createPublicClient, http } from 'viem'
import { mainnet } from 'viem/chains'
import { publicActionsReverseMirage, amountToNumber } from 'reverse-mirage'
import { publicActionReverseMirage, amountToNumber } from 'reverse-mirage'

export const publicClient = createPublicClient({
chain: mainnet,
Expand Down

1 comment on commit aa2c7b3

@vercel
Copy link

@vercel vercel bot commented on aa2c7b3 Jan 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.