update README
This commit is contained in:
		| @@ -1,5 +1,5 @@ | |||||||
| # smartsocket | # smartsocket | ||||||
| easy and secure websocket communication, Typescript ready | easy and secure websocket communication, TypeScript ready | ||||||
|  |  | ||||||
| ## Availabililty | ## Availabililty | ||||||
| [](https://www.npmjs.com/package/smartsocket) | [](https://www.npmjs.com/package/smartsocket) | ||||||
| @@ -17,7 +17,7 @@ easy and secure websocket communication, Typescript ready | |||||||
| [](https://nodejs.org/dist/latest-v6.x/docs/api/) | [](https://nodejs.org/dist/latest-v6.x/docs/api/) | ||||||
|  |  | ||||||
| ## Usage | ## Usage | ||||||
| We recommend the use of typescript. | We recommend the use of TypeScript. | ||||||
| Under the hood we use socket.io and shortid for managed data exchange. | Under the hood we use socket.io and shortid for managed data exchange. | ||||||
|  |  | ||||||
| ### Serverside | ### Serverside | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| { | { | ||||||
|   "name": "smartsocket", |   "name": "smartsocket", | ||||||
|   "version": "1.1.7", |   "version": "1.1.7", | ||||||
|   "description": "easy and secure websocket communication, Typescript ready", |   "description": "easy and secure websocket communication, TypeScript ready", | ||||||
|   "main": "dist/index.js", |   "main": "dist/index.js", | ||||||
|   "typings": "dist/index.d.ts", |   "typings": "dist/index.d.ts", | ||||||
|   "scripts": { |   "scripts": { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user