diff --git a/README.md b/README.md
index 382632a..cf3075d 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
[-Community%20Discord-blue?labelColor=2C3239&color=7289DA&style=flat&logo=discord&logoColor=959DA5)](https://discord.gg/frjaAZvqUZ)
-[](https://godbolt.org/z/Kz7jeMz6n)
+[](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.
@@ -58,7 +58,11 @@ void trace() {
/* other stuff */
```
-
+
+
+It even supports function inlining information on release builds:
+
+
Cpptrace provides access to resolved stack traces as well as lightweight raw traces (just addresses) that can be
resolved later:
diff --git a/res/screenshot.png b/res/demo.png
similarity index 100%
rename from res/screenshot.png
rename to res/demo.png
diff --git a/res/inlining.png b/res/inlining.png
new file mode 100644
index 0000000..023c421
Binary files /dev/null and b/res/inlining.png differ