diff --git a/README.md b/README.md index 46022314..feac5f86 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ function showSidebar() { 'Reopen the sidebar when the authorization is complete.'); template.authorizationUrl = authorizationUrl; var page = template.evaluate(); - DocumentApp.getUi().showSidebar(page); + SpreadsheetApp.getUi().showSidebar(page); } else { // ... }