From e1e329b7ba3f2cc4bc1adfdbd6e82ed7b5579684 Mon Sep 17 00:00:00 2001 From: gasolin Date: Sat, 25 Apr 2015 00:02:31 +0800 Subject: [PATCH] doc update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f067c5d..e48fb07 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The desktop side `desktop.html` includes `server.js` and provide the connection In client side `index.html`, just call emitMouse to update the mouse position. -## Feature +## Features ### Touchpad mode (Mouse Control) @@ -55,7 +55,7 @@ If you feel Webby Mouse is useful, please spread the word on social media! * Shared * App Template: [Webapplate](https://github.com/webapplate/webapplate) * UI: [Bootstrap](https://github.com/twbs/bootstrap) CSS framework - * Real time communication: [socket.io](http://socket.io/) + * Web socket: [socket.io](http://socket.io/) Real time communication ## Setup @@ -99,5 +99,5 @@ $ npm install --production $ nwbuild -p osx64 webbymouse ``` -Currently MacOS is the only support platform. +Due to underlying robotjs mouse library, currently MacOS is the only support platform.