diff --git a/README.md b/README.md
index 4dd5a76..17cfeda 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,7 @@
 - [Support](#support)
 - [External Dependencies](#external-dependencies)
 - [Thanks to...](#thanks-to...)
+- [Compiler Support](#compiler-support)
 - [Installation](#installation)
 - [Parameters](#parameters)
 - [Claim Data Types](#claim-data-types)
@@ -202,6 +203,10 @@ The library has 2 sets of APIs for encoding and decoding:
     - Howard Hinnant for the stack allocator
     - libstd++ code (I took the hashing code for string_view)
 
+## Compiler Support
+
+Tested with <strong>clang-5.0</strong> and <strong>g++-6.4</strong>.
+
 ## Installation
 Use the C++ package manager..... just kidding :)
 This is a header only library, so you can just add it to your include path and start using it. The only somewhat tricky part is to link it with openssl library. Check out the cmake file for building it properly.