diff --git a/README.md b/README.md index b0ffaff..9a41a27 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # smartsocket -easy and secure websocket communication, Typescript ready +easy and secure websocket communication, TypeScript ready ## Availabililty [![npm](https://push.rocks/assets/repo-button-npm.svg)](https://www.npmjs.com/package/smartsocket) @@ -17,7 +17,7 @@ easy and secure websocket communication, Typescript ready [![node](https://img.shields.io/badge/node->=%206.x.x-blue.svg)](https://nodejs.org/dist/latest-v6.x/docs/api/) ## 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. ### Serverside diff --git a/package.json b/package.json index 16c887d..489d4b0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "smartsocket", "version": "1.1.7", - "description": "easy and secure websocket communication, Typescript ready", + "description": "easy and secure websocket communication, TypeScript ready", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": {