Skip to content

Commit d2dfbc3

Browse files
Correct default names of .sol files
1 parent f35a2dc commit d2dfbc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/marketpulse/backend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ For more information about Solidity, see https://docs.soliditylang.org.
55

66
Follow these steps to set up a Solidity smart contract:
77

8-
1. Remove the default Solidity smart contract `Lock.sol` in the `./contracts` folder.
8+
1. Remove the default Solidity smart contract files `Counter.sol` and `Counter.t.sol` in the `./contracts` folder.
99

1010
1. Create a new file named `Marketpulse.sol` in the `./contracts` folder.
1111

0 commit comments

Comments
 (0)