Skip to content

Commit e8dc4c2

Browse files
committed
update description
1 parent 8e7df64 commit e8dc4c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/page.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const Home: NextPage = () => {
1919
and Tailwind CSS.
2020
</div>
2121
<div className="mb-4">
22-
We have hardcoded a setup for four different operations to simplify
22+
We have hardcoded a setup for five different operations to simplify
2323
things. These are:
2424
</div>
2525
<ul className="mb-4">
@@ -35,6 +35,7 @@ const Home: NextPage = () => {
3535
- Random query operation on the Elven Tools demo minter smart
3636
contract.
3737
</li>
38+
<li>- Simple smart contract deployment</li>
3839
<li>- Signing a mesage</li>
3940
</ul>
4041
<span>

0 commit comments

Comments
 (0)