From 22d663acdc6779128c4f17045a068b47ccf9d3e2 Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Fri, 22 Jul 2022 13:13:15 +0100 Subject: [PATCH] fix error in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7aeea8f..bf5499e 100644 --- a/README.md +++ b/README.md @@ -461,7 +461,7 @@ i, from 0 to 8. example: ```python -vm.patch.composite[7].set = 4 +vm.patch.composite[7].set(4) ``` i, from 0 to 8.