Skip to content

Commit 1f11edd

Browse files
authored
Update README.md
1 parent 6f5b7a3 commit 1f11edd

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
@@ -72,7 +72,7 @@ To build this project properly, you should follow the instructions below:
7272

7373
```
7474
# You should change 192.168.1.123 to your local ip address, which is running the WebRTC backend server.
75-
SIGNALING_SERVER_IP_ADDRESS=ws://192.168.1.123:8080/rtc
75+
SIGNALING_SERVER_IP_ADDRESS="ws://192.168.1.123:8080/rtc"
7676
```
7777

7878
You will get your local IP address by typing the command below on your terminal:

0 commit comments

Comments
 (0)