Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit 21d72c7

Browse files
authored
Update README.md (#200)
Updates Apps Script location in Google Sheets menus from Tools to Extensions.
1 parent 00592a9 commit 21d72c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

employee-certificate/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This setup makes use of the 'Employee Certificate' template from Google Slides a
3333
### Set up the employee spreadsheet
3434

3535
1. Make a copy of the sample [Employee data](https://docs.google.com/spreadsheets/d/1cgK1UETpMF5HWaXfRE6c0iphWHhl7v-dQ81ikFtkIVk/copy) spreadsheet and fill it with all the required details.
36-
2. From the spreadsheet, open the script editor by selecting **Tools > Script editor**.
36+
2. From the spreadsheet, open the script editor by selecting **Extensions** <span aria-label="and then">></span> **Apps Script**.
3737
3. Copy and paste your Slides document ID into line 1 of `Code.gs` replacing `SLIDE-ID-GOES-HERE` while maintaining the quotes and the Drive folder ID into line 2 by replacing `TEMPORARY-FOLDER-ID-GOES-HERE.`
3838
5. Save the changes by navigating to **File > Save**.
3939
6. Run the `onOpen` function to authorize the setup by navigating to **Run > Run function > onOpen**.

0 commit comments

Comments
 (0)