From d23b8447f729cc4e94b100479ccb1d57cef83dd5 Mon Sep 17 00:00:00 2001 From: CaidevOficial Date: Wed, 16 Feb 2022 02:17:25 -0300 Subject: [PATCH] Fix Readme - config json --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 345853c..1a069c7 100644 --- a/README.md +++ b/README.md @@ -198,11 +198,11 @@ In order to use this Cloner, you should configure the file [apiInfo.json](apiInf ```json [ - { + "Github": { "URL": "https://api.github.com/repos", - "USER": "Your_Github_User", - "REPO": "Your_Repository_To_Get_The_Date_Of_Last_Commit", - "BRANCH": "The_Branch_Of_The_Last_Commit_lowercase" + "USER": "CaidevOficial", + "REPO": "Python_Udemy_DataManipulation", + "BRANCH": "main" }, "DataFrame": { "Fields": {