Skip to content

Commit acbd1f7

Browse files
authored
Merge pull request #89 from daviddeejjames/patch-1
Update README for fix with require
2 parents e2fbec7 + ecf3600 commit acbd1f7

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)