Skip to content

Commit 95fef32

Browse files
committed
Beautify
1 parent be3bd60 commit 95fef32

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ Create a `config.yaml` file in the root directory with the following content:
109109
## Development
110110
Project Structure
111111

112-
├── config/ # Configuration management
113-
├── database/ # Database initialization and connection
114-
├── models/ # Data models
115-
├── nft/ # NFT detection logic
116-
├── repository/ # Data access layer
117-
├── services/ # Business logic and notifications
118-
└── mock/ # Test mocks
112+
├── config/ # Configuration management
113+
├── database/ # Database initialization and connection
114+
├── models/ # Data models
115+
├── nft/ # NFT detection logic
116+
├── repository/ # Data access layer
117+
├── services/ # Business logic and notifications
118+
└── mock/ # Test mocks

0 commit comments

Comments
 (0)