Skip to content

Commit cd1cfa4

Browse files
authored
docs: fix typo in example user.py
1 parent 504ecf9 commit cd1cfa4

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
@@ -257,7 +257,7 @@ buttons on the mode select screen:
257257
# user.py
258258
from .control_surface.configuration import Configuration
259259

260-
configuration = new Configuration(
260+
configuration = Configuration(
261261
# Map Mode Select button 5 to setlist programs 1/2 on short/long press.
262262
override_modes={5: ("standalone_1", "standalone_2")}
263263
)

0 commit comments

Comments
 (0)