diff --git a/LinkedIn/LinkedIn_Rank_Direct_Conversations_by_Messages_Count.ipynb b/LinkedIn/LinkedIn_Rank_Direct_Conversations_by_Messages_Count.ipynb index 2aaea1d3a3..79ab82637d 100644 --- a/LinkedIn/LinkedIn_Rank_Direct_Conversations_by_Messages_Count.ipynb +++ b/LinkedIn/LinkedIn_Rank_Direct_Conversations_by_Messages_Count.ipynb @@ -73,7 +73,7 @@ ] }, "source": [ - "**Description:** This notebook ranks direct conversations by message count. Don't forget to download your LinkedIn extract and use the messages.csv file as input." + "**Description:** This notebook ranks direct conversations by message count. Download your LinkedIn data, extract all files from Zip and use the messages.csv file as input." ] }, { @@ -144,7 +144,7 @@ "tags": [] }, "source": [ - "- `linkedin_url`: URL of LinkedIn profile\n", + "- `linkedin_url`: Your LinkedIn profile URL\n", "- `file_path`: Path to the messages.csv file\n", "- `limit`: Limit of days to get the conversations" ] @@ -334,4 +334,4 @@ }, "nbformat": 4, "nbformat_minor": 5 -} \ No newline at end of file +}