diff --git a/README.md b/README.md
index ac09d30..729974d 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# F8: 8-bit floats
-
Not for production use!
+> :warning: Not for production use!
F8 is a toy software floating-point math library.
It provides an 8-bit floating point type `F8`, with 5 mantissa bits, 3 exponent bits, and no sign bit.