Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nomilous committed Oct 20, 2016
1 parent dd564c3 commit 259ddd1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,21 @@ const {VertexServer, VertexSocket} = require('vertex-transport');

#### Start the server

[details](#Server Details)
[details](#server-details)

```javascript
VertexServer.create()
.then(server => {})
.catch(error => {});
```

#### Start the client

[details](#client-details)

```
```

### Errors

Expand Down Expand Up @@ -98,5 +102,5 @@ The socket is immediately closed.



### Client
### Client Details

0 comments on commit 259ddd1

Please sign in to comment.