diff --git a/README.md b/README.md index a2ff7db1acb4c86fd570b47d9da751b6946dc93a..bbd550594d276b1995328b3196c63db141474038 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ The serialization format is simply the C++ mangled name of the type to be serialized (as returned by typeid(type).name()), followed by a '\0' string terminator, followed by the object itself. - + ## What are the limitations