Skip to content

Commit 163c09a

Browse files
chore: minor_change
1 parent 8856f8f commit 163c09a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/Contributor_Guide/Project_Tour.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
In the 'Contracts' folder, you'll find a single file with a '.sol' extension. This file is where you should make all your changes. Simply open this file to access the contract code and update it as needed. If you have any questions or need assistance with the changes, feel free to ask!.
44

5+
```bash
56
| .gitignore
67
| CODE_OF_CONDUCT.md
78
| commitlint.config.js
@@ -31,4 +32,5 @@ In the 'Contracts' folder, you'll find a single file with a '.sol' extension. Th
3132
| pre-commit
3233
|
3334
\---contract
34-
Database.sol
35+
Database.sol
36+
```

0 commit comments

Comments
 (0)