diff --git a/examples/github-appcards/README.md b/examples/github-appcards/README.md
index 4badefb8e..f14b3fcce 100644
--- a/examples/github-appcards/README.md
+++ b/examples/github-appcards/README.md
@@ -2,14 +2,16 @@
This full-stack example shows how to build an integration with GitHub that syncs data between GitHub issues and Miro app cards.
-⚠️ 🚨 Only deprecated "Classic" GitHub projects work with this app. This means that you cannot connect this app to your own repo unless you have a deprecated "Classic" GitHub project. This is why all of the issues are fetched / stored in this
-[public Miro classic GitHub project](https://github.com/bishopwm/github-cards/projects/1). ⚠️ 🚨
+🚨 🚨 🚨
+Only deprecated "Classic" GitHub projects work with this app. This means that you cannot connect this app to your own repo unless you
+have a deprecated "Classic" GitHub project. This is why all of the issues are fetched / stored in this
+[public Miro classic GitHub project](https://github.com/bishopwm/github-cards/projects/1).
-This app is meant to show the basic concepts behind 2-way sync, but is in no way a working solution. This is intended for
-simple demo purposes to show a simple 2-way sync with free services like Netlify, Supabase, and Miro.
+This app is meant to show the basic concepts behind 2-way sync, but is in no way a working solution. This is intended for
+simple demo purposes to show a simple 2-way sync with free services like Netlify, Supabase, and Miro.
-This app involves setting up different tools such as Netlify for deploying your app, Supabase for storing access tokens and
-GitHub for using GitHub actions to detech any changes in your projects. It takes 30-40 minutes to configure.
+This app involves setting up different tools such as Netlify for deploying your app, Supabase for storing access tokens and
+GitHub for using GitHub actions to detech any changes in your projects. It takes 30-40 minutes to configure.
# 👨🏻💻 App Demo