Skip to content

Commit ecf3600

Browse files
Update README for fix with require
Tested this gem today and found that the require needs to be `net/sftp`
1 parent e2fbec7 commit ecf3600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Net::SFTP is a pure-Ruby implementation of the SFTP protocol (specifically, vers
2626

2727
In a nutshell:
2828

29-
require 'net-sftp'
29+
require 'net/sftp'
3030

3131
Net::SFTP.start('host', 'username', :password => 'password') do |sftp|
3232
# upload a file or directory to the remote host

0 commit comments

Comments
 (0)