Commit 25b73c4

Per Persson <md2perpe+github@gmail.com>
2017-04-01 14:38:23
Update README.md
1 parent 7e9decb
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"
 ```