Skip to content

Commit

Permalink
chore: fix incorrect function name
Browse files Browse the repository at this point in the history
  • Loading branch information
kidk committed Jan 9, 2025
1 parent 90a067e commit 7c51837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ from aikido_zen import set_user
set_user({"id": "123", "name": "John Doe"})
```

Using `setUser` has the following benefits:
Using `set_user` has the following benefits:

- The user ID is used for more accurate rate limiting (you can change IP addresses, but you can't change your user ID).
- Whenever attacks are detected, the user will be included in the report to Aikido.
Expand Down

0 comments on commit 7c51837

Please sign in to comment.