From 367f2b601d72218324918922e35ba7940bd2a808 Mon Sep 17 00:00:00 2001 From: cserteGT3 Date: Tue, 11 Apr 2023 13:06:08 +0200 Subject: [PATCH] fix API token file path in Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35983d6..dd7bb4f 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ To install: To use: 1. Create a Google Sheets API token from either the [python quick start reference](https://developers.google.com/sheets/api/quickstart/python) or the [developers console](https://console.developers.google.com/apis/credentials). -2. Place the Google Sheets API `credentials.json` file in `~/.julia/google_sheets/`. +2. Place the Google Sheets API `credentials.json` file in `~/.julia/config/google_sheets/`. 3. Connect to Google Sheets using `sheets_client`. 4. See the scripts directory for examples of using the package.