diff --git a/README.md b/README.md index e6cdb6b..bc35023 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ You can use the `test: true` option to Segment::Analytics.new to cause all reque A test queue can be used as follows: ```ruby -client = Segment::Analytics.new(test: true) +client = Segment::Analytics.new(write_key: 'YOUR_WRITE_KEY', test: true) client.test_queue # => #