Skip to content

Commit e7fd4a1

Browse files
docs: improve Readme
1 parent 4027421 commit e7fd4a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ graph LR
4444
C -->|Consume Batch| D[Worker Service]
4545
D -->|Insert| E[(ClickHouse DB)]
4646
47-
Quick Start
47+
Quick Start
4848
Prerequisites
4949
5050
Docker & Docker Compose installed
@@ -83,7 +83,7 @@ Step C: Run Worker Locally
8383
cd api
8484
npx tsx worker/index.ts
8585
86-
📡 API Usage
86+
API Usage
8787
1. Ingest a Log
8888
8989
Send a log entry to the system.
@@ -112,5 +112,5 @@ curl http://localhost:3000/api/ingest/logs
112112
# Filter by service
113113
curl "http://localhost:3000/api/ingest/logs?service=user-service"
114114
115-
📄 License
115+
License
116116
This project is licensed under the MIT License.

0 commit comments

Comments
 (0)