From b346f4fede3681848a6f86c1689000e06fdf7c08 Mon Sep 17 00:00:00 2001 From: Agustin Burset Date: Mon, 27 Jul 2020 10:14:27 -0300 Subject: [PATCH] Fix server magic implementation link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b57d182..51962ac 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ The included sample app allows inserting/activating/deleting sheets through a si } ``` - Now we can use familiar Promises in our client-side code and have easy access to all server functions. See [the code](./src/client/server.js) for the implementation details. + Now we can use familiar Promises in our client-side code and have easy access to all server functions. See [the code](./src/client/utils/server.js) for the implementation details. - This project includes support for autocompletion and complete type definitions for all Google Apps Script methods.