mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-11 10:31:08 +00:00
Update README.md
This commit is contained in:
parent
fa2e030c55
commit
7fdbd520fd
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ Flying-squid is also a server lib. Here is a basic example of usage :
|
|||
var mcServer=require("flying-squid");
|
||||
|
||||
mcServer.createMCServer({
|
||||
motd: "Basic craftyjs server",
|
||||
motd: "Basic flying-squid server",
|
||||
'max-players': 10,
|
||||
port: 25565,
|
||||
'online-mode': true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue