README.md in gush-0.2.3 vs README.md in gush-0.3

- old
+ new

@@ -90,10 +90,10 @@ `params` method is a hash containing your (optional) parameters passed to `run` method in the workflow. #### Passing arguments to workflows -Workflows can accept any primitive arguments in their constructor, which then will be availabe in your +Workflows can accept any primitive arguments in their constructor, which then will be available in your `configure` method. Here's an example of a workflow responsible for publishing a book: ```ruby