Skip to content

Commit aef0bbb

Browse files
committed
📝 Fix example code of README.md
1 parent 9b27bc2 commit aef0bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ from repl_python_wakatime.backends.codestats import CodeStats
126126
from repl_python_wakatime.backends.wakatime import Wakatime
127127
from repl_python_wakatime.frontends.python import Python
128128

129-
Python(Wakatime() | CodeStats()).install()
129+
sys.ps1 = Python(Wakatime() | CodeStats())
130130
```
131131

132132
## APIs

0 commit comments

Comments
 (0)