Skip to content

Commit c191441

Browse files
authored
fix: gson -> json (#542)
1 parent 9f468eb commit c191441

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ai/email-classifier/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ API for natural language processing.
5252
* Replace the placeholder values in `Constants.gs`:
5353
* `PROJECT_ID`: Your Google Cloud Project ID.
5454
* `ME`: Your name.
55-
1. **Update `appsscript.gson`:**
56-
* Ensure the `appsscript.gson` file is configured correctly.
55+
1. **Update `appsscript.json`:**
56+
* Ensure the `appsscript.json` file is configured correctly.
5757

5858
### 3. Configure OAuth Consent Screen
5959

@@ -121,7 +121,7 @@ your add-on's OAuth consent screen defines what Google displays to users.
121121
* Creates, updates, and removes Gmail labels.
122122
* **`Sheet.gs`:**
123123
* Creates and updates Google Sheets for logging.
124-
* **`appsscript.gson`:**
124+
* **`appsscript.json`:**
125125
* Configuration file for the Apps Script project.
126126

127127
## Important Notes

0 commit comments

Comments
 (0)