Skip to content

Commit

Permalink
Update page.tsx - Update name is correct line
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakGriffith authored Jun 3, 2024
1 parent 4305ddd commit dcf3c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const Home: NextPage = () => {
<span className="block text-2xl mt-4">run an ethereum node in one command</span>
<span className="block text-2xl mb-2 mt-8">mac/linux:</span>
<pre className="bg-black text-white p-8 rounded">
<code>{`curl -s https://nodes.buidlguidl.com/bgnodes.sh | /bin/bash`}</code>
<code>{`curl -s https://nodes.buidlguidl.com/runBuidlGuidlClient.sh | /bin/bash`}</code>
</pre>
</h1>

Expand Down

0 comments on commit dcf3c2c

Please sign in to comment.