From 7c51837b417202f0655b472acebd270abc9744ce Mon Sep 17 00:00:00 2001 From: Samuel Date: Thu, 9 Jan 2025 16:06:06 +0100 Subject: [PATCH] chore: fix incorrect function name --- docs/user.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user.md b/docs/user.md index 5bdf8b47..4a898d61 100644 --- a/docs/user.md +++ b/docs/user.md @@ -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.