update readme

This commit is contained in:
2018-03-17 17:52:01 +01:00
parent cde8270313
commit eaa97f0598
2 changed files with 6 additions and 0 deletions

View File

@ -47,6 +47,7 @@ export class Smartsocket {
/**
* starts the server with another server
* also works with an express style server
*/
async setServer(httpServerArg: http.Server) {
this.httpServer = httpServerArg;