improve README

This commit is contained in:
2016-09-26 00:23:17 +02:00
parent c7e3c4537b
commit 47ca497d48
2 changed files with 27 additions and 14 deletions

View File

@@ -3,12 +3,12 @@ import should = require("should");
import socketIoClient = require("socket.io-client");
import smartsocket = require("../dist/index");
import q = require("q");
import nodehash = require("nodehash");
import nodehash = require("nodehash")
let testSmartsocket: smartsocket.Smartsocket;
let testSmartsocketClient: smartsocket.SmartsocketClient;
let testSocketRole1: smartsocket.SocketRole;
let testSocketFunction1: smartsocket.SocketFunction;
let testSmartsocket: smartsocket.Smartsocket
let testSmartsocketClient: smartsocket.SmartsocketClient
let testSocketRole1: smartsocket.SocketRole
let testSocketFunction1: smartsocket.SocketFunction
let testConfig = {
port: 3000