fix error in readme

This commit is contained in:
onyx-and-iris 2022-07-22 13:13:15 +01:00
parent bdd125ba5c
commit 22d663acdc

View File

@ -461,7 +461,7 @@ i, from 0 to 8.
example: example:
```python ```python
vm.patch.composite[7].set = 4 vm.patch.composite[7].set(4)
``` ```
i, from 0 to 8. i, from 0 to 8.