Skip to content

Commit dcf0478

Browse files
authored
docs: update README
1 parent bb2064d commit dcf0478

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README.md

+3-8
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,8 @@
22

33
A sample project for creating telegram bots in Golang with clean architecture and repository pattern.
44

5-
For running the app without building, use the following command:
6-
```
7-
go run main.go serve
8-
```
9-
10-
[!NOTE]
11-
Although this is a telegram bot, clean architecture principles are the same for any types of web applications.
5+
> [!NOTE]
6+
> Although this is a telegram bot, clean architecture principles are the same for any types of web applications.
127
138
## Directory Explanation:
149

@@ -48,4 +43,4 @@ Databases and their functionalities.
4843

4944
Services that application provides.
5045

51-
This is where core business logic exists, it works as a bridge between `handlers` and `repositories` directories.
46+
This is where core business logic exists, it works as a bridge between `handlers` and `repositories` directories.

0 commit comments

Comments
 (0)