Skip to content

Commit

Permalink
docs: add .disconnect()
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Apr 24, 2014
1 parent 2d52d2f commit 3e92c3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
@@ -1,3 +1,4 @@

# reconnect-core

Generic stream reconnection module.
Expand Down Expand Up @@ -34,6 +35,9 @@ reconnect({}, function (stream) {
// err = possible error
})
.connect(port)

// disconnect
re.disconnect();
```

## Available implementations
Expand Down

0 comments on commit 3e92c3f

Please sign in to comment.