README.md in mws-orders-0.3.0 vs README.md in mws-orders-0.3.1
- old
+ new
@@ -10,13 +10,14 @@
Create a client:
```ruby
require "mws-orders"
-client = MWS.orders
+client = MWS.orders(marketplace: "ATVPDKIKX0DER",
+ merchant_id: "123")
```
-Set up credentials [when instantiating or with environment variables](https://github.com/hakanensari/peddler#quick-start).
+Set up credentials [when instantiating or with environment variables](https://github.com/hakanensari/peddler#usage).
### Orders
List orders created or updated during a time frame you specify: