README.md in dor-workflow-client-3.24.0 vs README.md in dor-workflow-client-4.0.0
- old
+ new
@@ -9,10 +9,10 @@
A Ruby client to work with the DOR Workflow REST Service. The REST API is defined here:
https://consul.stanford.edu/display/DOR/DOR+services#DORservices-initializeworkflow
## Usage
-You should initialize a `Dor::Workflow::Client` object in your application configuration, i.e. in a bootup or startup method like:
+Initialize a `Dor::Workflow::Client` object in your application configuration, i.e. in a bootup or startup method like:
```ruby
client = Dor::Workflow::Client.new(url: 'https://test-server.edu/workflow/')
```