Skip to content

Commit

Permalink
Merge pull request #267 from bockets/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
MichaelGHSeg committed Oct 25, 2023
2 parents 46cec0c + e9890ba commit ffbd2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 # => #<Segment::Analytics::TestQueue:0x00007f88d454e9a8 @messages={}>

Expand Down

0 comments on commit ffbd2a7

Please sign in to comment.