Commit 25b73c4
Changed files (1)
README.md
@@ -4,5 +4,5 @@ A simple script to connect to the reddit.com/r/place websocket feed
Replace this line with the `wss://` from your reddit connection
``` go
- place_url := "YOUR WSS URL HERE"
+const URL = "YOUR WSS URL HERE"
```