From 84e87bc8e1c27d38b68b26114f2c0d65eb7d33ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Tricas=20Garc=C3=ADa?= Date: Sun, 8 Dec 2019 19:33:30 +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 9967ef0..36104e5 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,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 import linkedin