Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacharbon authored Oct 1, 2024
1 parent 8bdcc4a commit 4ea8e30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions p2p/7.Voting-system/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Workshop 6 - Voting System
# Workshop 6 - Voting System

✔️ Write a decentralized voting system

Expand Down Expand Up @@ -101,7 +101,7 @@ Crucial step! I'll leave you to code the rest of the contract yourself, so you c

> 💡 These functions require a wallet address. If you've did the previous step correctly, you have account available to use. Put one of the private keys in the `.env` file.
- Code the `winningProposal` function, returning the proposal with the most `voteCount`.
- Code the `winningProposal` function, returning the proposal id with the most `voteCount`.

### ✔️ **Validation**:

Expand Down

0 comments on commit 4ea8e30

Please sign in to comment.