Skip to content

Commit 8e89968

Browse files
committed
tiny readme update
1 parent 1609160 commit 8e89968

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ user = Intercom::User.find(:user_id => "1")
6161
# Find user by id
6262
user = Intercom::User.find(:id => "1")
6363
# Create a user
64-
user = Intercom::User.create(:email => "[email protected]", :name => "Bob Smith")
64+
user = Intercom::User.create(:email => "[email protected]", :name => "Bob Smith", :signed_up_at => Time.now.to_i)
6565
# Update custom_attributes for a user
6666
user.custom_attributes["average_monthly_spend"] = 1234.56; user.save
6767
# Perform incrementing
@@ -356,4 +356,3 @@ Calling `Intercom.rate_limit_details` returns a Hash that contains details about
356356
Intercom.rate_limit_details
357357
#=> {:limit=>180, :remaining=>179, :reset_at=>2014-10-07 14:58:00 +0100}
358358
```
359-

0 commit comments

Comments
 (0)