Skip to content

Commit d256dec

Browse files
committed
Update README.md with detailed instructions for obtaining account ID
1 parent b28f345 commit d256dec

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,10 @@ First, configure the client with your API key:
4545
```ruby
4646
FeedbackFace.configure do |config|
4747
config.api_key = "your_api_key_here"
48-
config.account_id = "acct_123" # Optional: set default account
49-
# Optionally override the API base URL
50-
# config.api_base_url = "https://custom-api.feedbackface.com"
48+
# 1. Go to https://feedbackface.com/accounts
49+
# 2. Select an account
50+
# 3. Find your account ID in the url in the format acct_123 (e.g. https://feedbackface.com/accounts/acct_123)
51+
config.account_id = "acct_123"
5152
end
5253
```
5354

0 commit comments

Comments
 (0)