Skip to content

Commit

Permalink
feat: minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Jul 21, 2014
1 parent 938bfd2 commit 462c95d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,16 +1,16 @@
# webmotely-gateway
# webmotely-server

> This project is a proof of concept
**Webmotely** peers gateway server powered by node.js and WebSockets
**Webmotely** gateway server powered by node.js and WebSockets

To see it in action, visit the [demo](http://webmotely.github.io/demo) page

## Setup

Clone this repository
```bash
git clone https://github.com/webmotely/webmotely-gateway.git && cd webmotely-gateway
git clone https://github.com/webmotely/webmotely-server.git && cd webmotely-server
```

Install runtime dependencies
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{
"name": "webmotely-gateway",
"name": "webmotely-server",
"version": "0.1.0",
"private": true,
"scripts": {
Expand Down

0 comments on commit 462c95d

Please sign in to comment.