From 00bb504f6c28bff9aa7c523e8bb2794cbf5d784e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Tricas=20Garc=C3=ADa?= Date: Sun, 8 Dec 2019 19:25:03 +0100 Subject: [PATCH] Update README.md Minor typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f9db47..ef426bf 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Set `LINKEDIN_API_KEY` and `LINKEDIN_API_SECRET`, configure your app to redirect ### Developer Authentication -To connect to LinkedIn as a developer or just to access your own data, you don't even have to implement an OAuth 2.0 flow that involves redirects. You can simply use the 4 credentials that are provided to you in your LinkedIn appliation as part of an OAuth 1.0a flow and immediately access your data. Here's how: +To connect to LinkedIn as a developer or just to access your own data, you don't even have to implement an OAuth 2.0 flow that involves redirects. You can simply use the 4 credentials that are provided to you in your LinkedIn application as part of an OAuth 1.0a flow and immediately access your data. Here's how: ```python from linkedin_v2 import linkedin