From 24ff5bcb02bc9faf997f9871876d96e34831a8f7 Mon Sep 17 00:00:00 2001 From: Cullen Watson Date: Thu, 25 Jul 2024 21:45:55 -0500 Subject: [PATCH] docs:readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb63191..2595297 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ staff.to_csv(filename, index=False) ### Two login methods #### Requests login -If you pass in a ```username``` & ```password```, it will sign in via LinkedIn api (you should disable 2fa for this method). If hit with a captcha, you need to pass ```capsolver_api_key``` to solve it. +If you pass in a ```username``` & ```password```, it will sign in via LinkedIn api (you should disable 2fa for this method). If hit with a captcha, you need to pass ```capsolver_api_key``` for the third-party service to solve it. #### Browser login