diff --git a/README.rst b/README.rst index 8a6d86c0..ffb467dc 100644 --- a/README.rst +++ b/README.rst @@ -116,7 +116,7 @@ Format objects of user-defined types via a simple `extension API .. code:: c++ - #include "fmt/format.h" + #include struct date { int year, month, day;