Skip to content

Commit

Permalink
chore: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
schpet committed Aug 18, 2024
1 parent 7543be4 commit dc060d5
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 @@ -17,7 +17,7 @@ class Customer < ActiveRecord::Base
end

Customer.create!(name: "...").id
# => "cus-UHNYBINU"
# => "cus_UHNYBINU"
```

it can also lookup records by ids, similar to global id:
Expand Down

0 comments on commit dc060d5

Please sign in to comment.