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.