Skip to content

Commit

Permalink
Fix phone number attribute on example (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgiofellipe committed Jun 17, 2024
1 parent 068dec1 commit be289e2
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 @@ -198,7 +198,7 @@ import { Klaviyo, Profile } from 'klaviyo-react-native-sdk';

const profile: Profile = {
email: 'kermit@example.com',
phone: '+15555555555',
phoneNumber: '+15555555555',
externalId: '12345',
firstName: 'Kermit',
lastName: 'The Frog',
Expand Down

0 comments on commit be289e2

Please sign in to comment.