diff --git a/README.md b/README.md index ff157f8..e80dd91 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,12 @@ This repository contains two bridges: * A [puppeting appservice](appservice): The puppeting bridge written with minimal dependencies. Running this requires a self-hosted homeserver. -* A [non-puppeting bridge](bridge): The non-puppeting bridge written with `matrix-nio` and `discord.py`, most people would want to use this one. +* A [non-puppeting bridge](bridge): The non-puppeting plaintext bridge written with `matrix-nio` and `discord.py`, most people would want to use this one if running on heroku or similar and don't have their own server. Check their READMEs for specific information. +![Demo](demo.png) + ## What Works - [x] Puppeting (Appservice only, regular bridge only uses webhooks on Discord.) diff --git a/demo.png b/demo.png new file mode 100644 index 0000000..5440f16 Binary files /dev/null and b/demo.png differ