From 538c977f14284dc32499332b24eeff66c8515b5e Mon Sep 17 00:00:00 2001 From: "Marian W." Date: Sun, 2 Feb 2025 20:55:11 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3060baf..ce1aa70 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ int main() result = root.GetValue("game.window.platform.targets", &platformTargetsValue); // Modify the "targets" array by adding a new value - platformTargetsValue->GetValues().push_back(std::make_unique("haiku")); + platformTargetsValue->GetValue().push_back(std::make_unique("haiku")); // Serialize the config result = file.Write("test_out.mini");