fix error in README, thanks JEG2

This commit is contained in:
geemus (Wesley Beary) 2010-02-01 11:18:59 -08:00
parent f8f04459eb
commit f32578cb4c
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ Now we will try again, but with Rackspace
directory.files.create(:key => 'filename', :body => 'filebody')
# connect to your directory
directory = connection.directories.get('filename')
directory = connection.directories.get('directoryname')
# get your file
file = directory.files.get('filename')