Skip to content

Commit 7df44b5

Browse files
authored
Update README.md
1 parent ab29cc3 commit 7df44b5

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
@@ -36,7 +36,7 @@ from fbclient.config import Config
3636

3737
env_secret = '<replace-with-your-env-secret>'
3838
event_url = 'http://localhost:5100'
39-
streaming_url = '"ws://localhost:5100"'
39+
streaming_url = 'ws://localhost:5100'
4040

4141
set_config(Config(env_secret, event_url, streaming_url))
4242
client = get()

0 commit comments

Comments
 (0)