Skip to content

Commit

Permalink
Fix syntax error in Streaming API example
Browse files Browse the repository at this point in the history
  • Loading branch information
GregPK committed Oct 4, 2018
1 parent 7012e1d commit 8839a65
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 @@ -523,7 +523,7 @@ require 'faye'
# Initialize a client with your username/password/oauth token/etc.
client = Restforce.new(username: 'foo',
password: 'bar',
security_token: 'security token'
security_token: 'security token',
client_id: 'client_id',
client_secret: 'client_secret')

Expand Down

0 comments on commit 8839a65

Please sign in to comment.