Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down