README.rdoc in rautomation-0.5.1 vs README.rdoc in rautomation-0.6.0

- old
+ new

@@ -23,10 +23,10 @@ window.title # => "blah blah part Of the title blah" window.text # => "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ultricies..." window.text_field(:class => "Edit", :index => 0).set "hello, world!" - button = window.button(:text => "&Save") + button = window.button(:value => "&Save") button.exists? # => true button.click all_windows = RAutomation::Window.windows all_windows.each {|window| puts window.hwnd}