From bcbe248658532ed43b5fea9114fbadecb8c9f213 Mon Sep 17 00:00:00 2001 From: izzy lyseggen Date: Fri, 23 Jul 2021 15:01:27 +0100 Subject: [PATCH] docs(readme): add another screenshot w preview --- .gitignore | 3 ++- README.md | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8e620c4..f835277 100644 --- a/.gitignore +++ b/.gitignore @@ -108,4 +108,5 @@ venv.bak/ # other scratch.py -.vscode \ No newline at end of file +.vscode +ngrok* \ No newline at end of file diff --git a/README.md b/README.md index e04e976..32ac9be 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ This is a simple example of what you can do using Speckle Stream Webhooks. Requests from the Speckle Server are consumed and formatted to then be sent to Discord: ![example-messages](https://user-images.githubusercontent.com/7717434/126758892-3bb465af-56ba-4574-ae58-72a4772b1996.png) -![stream-update-example](https://user-images.githubusercontent.com/7717434/126761576-8a08a861-ed43-4ab5-b573-70d8e1ad537b.png) -![commit-create-example](https://user-images.githubusercontent.com/7717434/126761699-acba440f-7c13-4660-afa9-90f25af65747.png) +![stream-update-example](https://user-images.githubusercontent.com/7717434/126792981-0e20b52e-4eda-45fc-bf62-50332ebbbf1b.png) +![commit-update-example](https://user-images.githubusercontent.com/7717434/126761699-acba440f-7c13-4660-afa9-90f25af65747.png) ## Setup