From e69d7269dbc1f9c2e977765468e805d0dcd1de06 Mon Sep 17 00:00:00 2001 From: Mustapha AJEGHRIR <66799406+Mustapha-AJEGHRIR@users.noreply.github.com> Date: Fri, 28 Apr 2023 20:26:10 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c5168f..c8cffb0 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Install using `pip install -U hrflow` or `conda install hrflow -c conda-forge`. ```py from hrflow import Hrflow -client = Hrflow(api_secret="YOUR_API_KEY"; api_user="YOU_USER_EMAIL") +client = Hrflow(api_secret="YOUR_API_KEY", api_user="YOU_USER_EMAIL") # read file from directory (in binary mode) with open("path_to_file.pdf", "rb") as f: @@ -79,4 +79,4 @@ response = client.profile.parsing.add_file( - [HrFlow.ai Academy](https://www.youtube.com/@hrflow.aiacademy9534) on Youtube for videos on how to get started with HrFlow.ai - [Updates page](https://updates.hrflow.ai/) to keep you informed about our product releases - [Documentation](https://developers.hrflow.ai/reference/authentication) to provide information on HrFlow.ai features -- [Our Roadmap](https://roadmap.hrflow.ai/) to show upcoming features or request new ones \ No newline at end of file +- [Our Roadmap](https://roadmap.hrflow.ai/) to show upcoming features or request new ones