Skip to content

Commit ae881c5

Browse files
author
Daniel Franze
authored
Update README.md
1 parent 3e5bd54 commit ae881c5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ Installation
2424
1. Clone this Repository
2525
2. Open it with IntelliJ IDEA (with Scala plugin)
2626
3. Change in "public\javascripts\app.js" the line 5 (for local usage):
27-
```scala
27+
```javascript
2828
var scheme = "ws://";
2929
```
30+
* local mode: "ws://"
31+
* production mode: "wss://"
3032

3133
4. Start Play
3234

0 commit comments

Comments
 (0)