Skip to content

Commit a10d4eb

Browse files
committed
Merge pull request angular-fullstack#419 from stevemao/patch-1
Fix the url of socket.service
2 parents 4e0cdfd + 15092f1 commit a10d4eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ A live application URL will be available in the output.
225225
>
226226
> If you're using socket.io, you will need to update the client to connect to the correct port for sockets to work.
227227
>
228-
> In `/client/app/components/socket/socket.service` update the socket to connect to port 8000. (with `my-openshift-app` being the deployed name of your app):
228+
> In `/client/components/socket/socket.service` update the socket to connect to port 8000. (with `my-openshift-app` being the deployed name of your app):
229229
>
230230
> var ioSocket = io.connect('my-openshift-app.com:8000');
231231
>

0 commit comments

Comments
 (0)