From 6b7fe50d203df4238ca2324930b981a2d54ca1fb Mon Sep 17 00:00:00 2001 From: Kyle Paul Date: Thu, 10 Nov 2022 13:28:03 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6897051..1169560 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ Simple Apps Script that allows you to auto-close a Google Form without the need All you have to do is: 1. add a script to your current form 2. copy/paste the code from my project -3. edit ```FORM_ID``` (line 22) -4. edit ```FORM_CLOSE_DATE``` (line 25) +3. edit ```FORM_ID``` ([line 22](https://github.com/neojato/gform-closer/blob/main/Code.gs#L22)) +4. edit ```FORM_CLOSE_DATE``` ([line 25](https://github.com/neojato/gform-closer/blob/main/Code.gs#L25)) 5. Save and run the "Initialize" function 1. This auto-creates a trigger to run the script for you on the date/time you entered