Skip to content

Commit 9d0fd32

Browse files
committed
docs: format tables in examples/beginner/03-node-hello/README.md
1 parent 6223633 commit 9d0fd32

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

examples/beginner/03-node-hello/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@ docker rm node-hello
9494

9595
## 📡 API Endpoints
9696

97-
| Endpoint | Description | Response |
97+
| <sub>Endpoint</sub> | <sub>Description</sub> | <sub>Response</sub> |
9898
|----------|-------------|----------|
99-
| `GET /` | Main application endpoint | System info and greeting |
100-
| `GET /health` | Health check endpoint | Application health status |
101-
| `GET /info` | Application information | Detailed app and system info |
99+
| <sub>`GET /`</sub> | <sub>Main application endpoint</sub> | <sub>System info and greeting</sub> |
100+
| <sub>`GET /health`</sub> | <sub>Health check endpoint</sub> | <sub>Application health status</sub> |
101+
| <sub>`GET /info`</sub> | <sub>Application information</sub> | <sub>Detailed app and system info</sub> |
102102

103103
## 🔍 Example Responses
104104

@@ -200,4 +200,4 @@ docker logs -t node-hello
200200
- [Node.js Docker Best Practices](https://github.com/nodejs/docker-node/blob/main/docs/BestPractices.md)
201201
- [Express.js Documentation](https://expressjs.com/)
202202
- [Docker Health Check Reference](https://docs.docker.com/engine/reference/builder/#healthcheck)
203-
- [Alpine Linux Security](https://wiki.alpinelinux.org/wiki/Alpine_Linux:Security)
203+
- [Alpine Linux Security](https://wiki.alpinelinux.org/wiki/Alpine_Linux:Security)

0 commit comments

Comments
 (0)