Skip to content

Commit d896b92

Browse files
authored
Update README.md
1 parent 843790c commit d896b92

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ track.on_error = on_error
4141

4242

4343
# APIs
44-
## Identify
44+
## User
4545
The `identify` lets you tie a user to their actions and record traits about them. It includes a unique **User ID** or **Phone Number and Country Code** any optional traits you know about them.
4646

47-
Example `identify` call:
47+
Example `user` call:
4848
```
49-
track.identify(
49+
track.user(
5050
user_id="<user_id in your db>",
5151
traits={
5252
"name": "John Doe",
@@ -55,7 +55,7 @@ track.identify(
5555
}
5656
)
5757
```
58-
#### The `identify` call has the following fields:
58+
#### The `user` call has the following fields:
5959
|Field|Data type|Description|
6060
|--|--|--|
6161
|user_id|str or int|The ID for the user in your database.|

0 commit comments

Comments
 (0)