diff --git a/README.md b/README.md index e225a4f..0e8c8fc 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ g29.set_friction(0.5) ```python # read -g29.start_pumping() # thread +g29.listen() # thread while 1: state = g29.get_state() print("steering:", state["steering"])