Skip to content
This repository has been archived by the owner on Mar 18, 2018. It is now read-only.

Commit

Permalink
Replace badges url.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Mar 20, 2015
1 parent c6309df commit 3be07c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ssh-pool
[![Build Status](https://travis-ci.org/neoziro/ssh-pool.svg?branch=master)](https://travis-ci.org/neoziro/ssh-pool)
[![Dependency Status](https://david-dm.org/neoziro/ssh-pool.svg?theme=shields.io)](https://david-dm.org/neoziro/ssh-pool)
[![devDependency Status](https://david-dm.org/neoziro/ssh-pool/dev-status.svg?theme=shields.io)](https://david-dm.org/neoziro/ssh-pool#info=devDependencies)
[![Build Status](https://travis-ci.org/shipitjs/ssh-pool.svg?branch=master)](https://travis-ci.org/shipitjs/ssh-pool)
[![Dependency Status](https://david-dm.org/shipitjs/ssh-pool.svg?theme=shields.io)](https://david-dm.org/shipitjs/ssh-pool)
[![devDependency Status](https://david-dm.org/shipitjs/ssh-pool/dev-status.svg?theme=shields.io)](https://david-dm.org/shipitjs/ssh-pool#info=devDependencies)

Run remote commands over a pool of server using SSH.

Expand Down Expand Up @@ -44,7 +44,7 @@ The remote can use the shorthand syntax or an object:

```js
// Default user will be deploy and ssh default port.
new Connection({remote: 'localhost'});
new Connection({remote: 'localhost'});

// Default ssh port will be used.
new Connection({remote: 'user@localhost'});
Expand Down

0 comments on commit 3be07c9

Please sign in to comment.