From 754c5884646e2391b9a8d0d7f853d1afa3801163 Mon Sep 17 00:00:00 2001
From: Jeremy <51220084+jeremy-rifkin@users.noreply.github.com>
Date: Sat, 9 Mar 2024 22:25:04 -0600
Subject: [PATCH 1/2] Disable CE button temporarily
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 04d462d..40adc0a 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,8 @@
[](https://sonarcloud.io/summary/new_code?id=jeremy-rifkin_cpptrace)
[-Community%20Discord-blue?labelColor=2C3239&color=7289DA&style=flat&logo=discord&logoColor=959DA5)](https://discord.gg/frjaAZvqUZ)
-
-[](https://godbolt.org/z/5sEszzEPE)
+
Cpptrace is a simple, portable, and self-contained C++ stacktrace library supporting C++11 and greater on Linux, macOS,
and Windows including MinGW and Cygwin environments. The goal: Make stack traces simple for once.
From c35392d20bbd6fc8faaa0d4b0b8b8576a5c76f77 Mon Sep 17 00:00:00 2001
From: Jeremy <51220084+jeremy-rifkin@users.noreply.github.com>
Date: Sat, 9 Mar 2024 22:25:51 -0600
Subject: [PATCH 2/2] Fix comment
---
README.md | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 40adc0a..e51006b 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,10 @@
[](https://sonarcloud.io/summary/new_code?id=jeremy-rifkin_cpptrace)
[-Community%20Discord-blue?labelColor=2C3239&color=7289DA&style=flat&logo=discord&logoColor=959DA5)](https://discord.gg/frjaAZvqUZ)
-
+
Cpptrace is a simple, portable, and self-contained C++ stacktrace library supporting C++11 and greater on Linux, macOS,
and Windows including MinGW and Cygwin environments. The goal: Make stack traces simple for once.