Skip to content

Commit 5858831

Browse files
committed
Removes emojis from README for broader compatibility
Cleans up server docs by stripping emojis from feature list and setup notes to avoid rendering issues across terminals and viewers. Normalizes bullet formatting and updates a log example to be emoji-free for easier copy/paste and searchability.
1 parent faa102d commit 5858831

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

β€Žserver/README.mdβ€Ž

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ The webhook server provides endpoints for receiving and viewing webhook events f
44

55
## Features
66

7-
- πŸ”— **Webhook ingestion** - Receives Azure EventGrid webhook events
8-
- πŸ’Ύ **Hybrid storage** - In-memory cache + Azure Table Storage persistence
9-
- πŸ“‘ **Server-Sent Events** - Real-time event streaming to web clients
10-
- πŸ” **Event inspection** - Browse and search webhook history
11-
- 🎯 **Event classification** - TypeScript types for all event payloads
7+
- **Webhook ingestion** - Receives Azure EventGrid webhook events
8+
- **Hybrid storage** - In-memory cache + Azure Table Storage persistence
9+
- **Server-Sent Events** - Real-time event streaming to web clients
10+
- **Event inspection** - Browse and search webhook history
11+
- **Event classification** - TypeScript types for all event payloads
1212

1313
## Quick Start
1414

@@ -56,7 +56,7 @@ The server uses a **hybrid storage approach**:
5656
- Survives restarts and deployments
5757
- Optional - gracefully degrades to memory-only if not configured
5858

59-
πŸ“š **Full setup guide:** See [`AZURE_TABLE_STORAGE_SETUP.md`](../AZURE_TABLE_STORAGE_SETUP.md) in the root directory.
59+
**Full setup guide:** See [`AZURE_TABLE_STORAGE_SETUP.md`](../AZURE_TABLE_STORAGE_SETUP.md) in the root directory.
6060

6161
## API Endpoints
6262

@@ -172,7 +172,7 @@ Or use webhook.site to capture and forward real webhooks.
172172

173173
**Events not persisting after restart:**
174174
- Check if `AZURE_STORAGE_CONNECTION_STRING` is set
175-
- Look for `βœ… Azure Table Storage initialized` in logs
175+
- Look for ` Azure Table Storage initialized` in logs
176176

177177
**Storage errors:**
178178
- Verify connection string format

0 commit comments

Comments
Β (0)