From 46b8a9d5d2e7c3e8713e0b3a77e5982d70fc9b9d Mon Sep 17 00:00:00 2001 From: Miguel Sozinho Ramalho <19508417+msramalho@users.noreply.github.com> Date: Wed, 27 Apr 2022 11:05:51 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9d34ca..916b213 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ -# google-apps-script -A collection of handy Google Apps Script code snippets +# Google Apps Script +A collection of handy Google Apps Script code snippets. + + +To learn how to use Apps Script, check [this quick tutorial](https://codelabs.developers.google.com/codelabs/apps-script-intro/#0), the [homepage](https://developers.google.com/apps-script), and the [docs](https://developers.google.com/apps-script/reference).