From d71947b6d6ddb659c3d68ecc88212d9796240b57 Mon Sep 17 00:00:00 2001 From: Glenn Fiedler Date: Sun, 31 Dec 2023 12:47:33 -0500 Subject: [PATCH] Update README.md Signed-off-by: Glenn Fiedler --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3926b95..3f5b05d 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ struct RigidBody }; ``` -And these serialize methods will handle both read and write. +And the serialize methods handle both read and write. See [example.cpp](example.cpp) for more examples.