We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c22d549 commit be3bd60Copy full SHA for be3bd60
README.md
@@ -109,10 +109,10 @@ Create a `config.yaml` file in the root directory with the following content:
109
## Development
110
Project Structure
111
112
- ├── config/ # Configuration management
+ ├── config/ # Configuration management
113
├── database/ # Database initialization and connection
114
├── models/ # Data models
115
- ├── nft/ # NFT detection logic
116
- ├── repository/ # Data access layer
+ ├── nft/ # NFT detection logic
+ ├── repository/ # Data access layer
117
├── services/ # Business logic and notifications
118
└── mock/ # Test mocks
0 commit comments