Skip to content

Commit

Permalink
make username field clearer in stream wrapper example
Browse files Browse the repository at this point in the history
  • Loading branch information
PWhiddy authored Jul 31, 2024
1 parent 8473bea commit ecea155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Stream your training session to a shared global game map using the [Broadcast Wr
env = StreamWrapper(
env,
stream_metadata = { # All of this is part is optional
"user": "pw", # choose your own username
"user": "super-cool-user", # choose your own username
"env_id": id, # environment identifier
"color": "#0033ff", # choose your color :)
"extra": "", # any extra text you put here will be displayed
Expand Down

0 comments on commit ecea155

Please sign in to comment.