Skip to content

Commit

Permalink
chore: minor_change
Browse files Browse the repository at this point in the history
  • Loading branch information
shobhit15082003 committed Mar 20, 2024
1 parent 8856f8f commit 163c09a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/Contributor_Guide/Project_Tour.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

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!.

```bash
| .gitignore
| CODE_OF_CONDUCT.md
| commitlint.config.js
Expand Down Expand Up @@ -31,4 +32,5 @@ In the 'Contracts' folder, you'll find a single file with a '.sol' extension. Th
| pre-commit
|
\---contract
Database.sol
Database.sol
```

0 comments on commit 163c09a

Please sign in to comment.