diff --git a/README.md b/README.md index 84bbd30..e42de61 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,8 @@ class example: public mstch::object { } mstch::node names() { - return mstch::array{std::string{"Chris"}, std::string{"Mark"}, std::string{"Scott"}}; + return mstch::array{ + std::string{"Chris"}, std::string{"Mark"}, std::string{"Scott"}}; } private: