update: README and screenshot (#8)

* update: README and screenshot

* fix: image path for n8n demo in README

* fix: convert screenshot section to HTML table format

Updated the README to use HTML table for screenshots.

* fix: remove table headers from README

Removed table headers from README.
This commit is contained in:
Atul Singh
2026-05-13 13:56:49 +02:00
committed by GitHub
parent c0abf38652
commit 92f5f431d7
2 changed files with 16 additions and 3 deletions
+16 -3
View File
@@ -6,9 +6,22 @@ This project is a reimagining of the original **[whatsapp-mcp](https://github
Start `whatsapp-bridge` -> then run `whatsapp-mcp-server` in your preferred mode (STDIO or HTTP).
| Connector | Chat |
|------------|----------|
| ![Connector](./screenshots/connector_claude.png) | ![Chat](./screenshots/chat_example.png) |
<table>
<tr>
<td align="center">
<img src="./screenshots/connector_claude.png" width="320" />
</td>
<td align="center">
<img src="./screenshots/chat_example.png" width="320" />
</td>
</tr>
<tr>
<td align="center">
<img src="./screenshots/n8n_demo.png" width="320" />
</td>
<td></td>
</tr>
</table>
## Installation
Binary file not shown.

After

Width:  |  Height:  |  Size: 206 KiB