README.rdoc in syncftp-0.0.1 vs README.rdoc in syncftp-0.0.2

- old
+ new

@@ -5,9 +5,14 @@ == ChangeLog === 0.0.1 : * First Release +== TODO + +* Allow to choose if we want to save the catalog locally or remotely +* Remove deleted files + == Example require 'syncftp' ftp = SyncFTP.new( 'localhost', :username => "MyUser", :password => "********" )