Skip to content

Commit 2651fd4

Browse files
committed
Fix Example in Readme
Was an Invalid Object
1 parent 72ab031 commit 2651fd4

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)