Skip to content

Commit cb4bf8d

Browse files
committed
readme updated
1 parent 51b305b commit cb4bf8d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
# Metar API
44
Metar API with redis cache for fast and reliable metar weather data.
55

6-
## Scaffold Structure
6+
## Project Structure
77

88
```
99
.
1010
├── api-gateway # Nginx Api Gateway
11-
├── deployment # Deployment config
11+
├── deployment
1212
| ├── development # Docker-compose development config
13-
| └── production # Kubernetes production config
13+
| └── production # Docker-compose production config
14+
├── server # Api Server
1415
└── README.md # This file
1516
```
1617

0 commit comments

Comments
 (0)