Skip to content

Commit fb54b1e

Browse files
author
Cam Pedersen
committed
Merge pull request #8 from bencevans/patch-1
Fix Example in Readme
2 parents 72ab031 + 2651fd4 commit fb54b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ SCP (secure file copy) wrapper for node.js
1414
var scp = require('scp');
1515

1616
var options = {
17-
file: 'dump.sql'
17+
file: 'dump.sql',
1818
user: 'username',
1919
host: 'myServer',
2020
port: '22',

0 commit comments

Comments
 (0)