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:
@@ -6,9 +6,22 @@ This project is a re‑imagining of the original **[whatsapp-mcp](https://github
|
||||
|
||||
Start `whatsapp-bridge` -> then run `whatsapp-mcp-server` in your preferred mode (STDIO or HTTP).
|
||||
|
||||
| Connector | Chat |
|
||||
|------------|----------|
|
||||
|  |  |
|
||||
<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 |
Reference in New Issue
Block a user