diff --git a/README.md b/README.md
index 90a478a..eb3fed8 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,10 @@
-# micro{tess} [![compile](https://github.com/micro-gl/micro-tess/actions/workflows/compile.yml/badge.svg)](https://github.com/micro-gl/micro-tess/actions/workflows/compile.yml)
+# micro{tess}
+[![mac-os](https://github.com/micro-gl/micro-tess/actions/workflows/compile_macos.yml/badge.svg)](https://github.com/micro-gl/micro-tess/actions/workflows/compile_macos.yml)
+[![ubuntu](https://github.com/micro-gl/micro-tess/actions/workflows/compile_ubuntu.yml/badge.svg)](https://github.com/micro-gl/micro-tess/actions/workflows/compile_ubuntu.yml)
+[![windows](https://github.com/micro-gl/micro-tess/actions/workflows/compile_windows.yml/badge.svg)](https://github.com/micro-gl/micro-tess/actions/workflows/compile_windows.yml)
**Fast**, **Slim**, **Embeddable**, **Allocator-aware**, **Headers files** only **`C++11`** geometry tesselation library for **vector graphics**, that can run on any 32/64 bits computer with or without **FPU**.
**No standard library required**.
@@ -12,7 +15,7 @@ check out our website at [micro-gl.github.io/docs/micro-tess/](https://micro-gl.