README.md in seam-0.0.15 vs README.md in seam-0.0.16

- old
+ new

@@ -130,9 +130,20 @@ ```` effort.history ```` +####Waiting#### + +Seam comes with a default worker for waiting. It can be defined by calling "wait" on a flow, like this. + +```` +flow = Seam::Flow.new +flow.send_order_to_warehouse +flow.wait 2.days +flow.check_if_the_order_has_been_fulfilled +```` + ## Installation Add this line to your application's Gemfile: gem 'seam'