Skip to content

Commit 8cdb8fd

Browse files
authored
Update README.md
1 parent a305871 commit 8cdb8fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ import livecoding
4444

4545
class MyClass(livecoding.LiveObject):
4646
```
47-
If you dont want to subclass LiveObject then all you have to do is take a look at that close and try to add similar functionality to your class. Which means your class must have a class variable called ```instances``` and that each time an instance is created that instance is added to that variable.
47+
If you dont want to subclass LiveObject then all you have to do is take a look at that class and try to add similar functionality to your class. Which means your class must have a class variable called ```instances``` and that each time an instance is created that instance is added to that variable. For example
48+
49+
4850

4951
Thats all you have to do and you can code as you awlays code following whatever style you want.
5052
# Debugging live coding

0 commit comments

Comments
 (0)