Updated READMD

This commit is contained in:
2026-07-05 20:50:08 +01:00
parent df70052799
commit 07e7dfa1b4
+1 -1
View File
@@ -7,7 +7,7 @@ This Node.js application pulls configured Google Sheets documents and exports th
1. Copy `config.example.json` to `config.json`.
2. Configure authentication in `config.json` — choose one of:
- Service account: place your service account JSON in `credentials.json` and set `credentialsPath`, or add one or more entries to the `serviceAccounts` array (each entry may be a path string or an object with `path`/`credentialsPath` and optional `rateLimitPerMinute`).
- Service account: place your service account JSON in `credentials.json` and set `credentialsPath`, or add one or more entries to the `serviceAccounts` array (each entry may be a path string or an object with `path` and optional `rateLimitPerMinute`).
- API keys: add one or more API keys to the `apiKeys` array in `config.json` (each entry may be a string or an object with `key` and optional `rateLimitPerMinute`).
3. Install dependencies: