Skip to content

Commit

Permalink
remove unneccesary indent
Browse files Browse the repository at this point in the history
  • Loading branch information
bfriel committed Nov 19, 2024
1 parent 0de1494 commit 84c9991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const opts: CreatePhantomConfig = {

const App = () => {
useEffect(() => {
createPhantom(opts);
createPhantom(opts);
}, []);
...
}
Expand Down

0 comments on commit 84c9991

Please sign in to comment.