From c0e30e5fa750ada072b10616a4dba26ae4897e8c Mon Sep 17 00:00:00 2001 From: "riho.takagi" Date: Thu, 14 Mar 2024 16:02:01 -0400 Subject: [PATCH] Update deployment name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 429185af..b920a085 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ When developing locally, please follow the flow below. 5. **Create a New Version of Google App Script**: Deploy using clasp, targeting your `deploymentId`: ```bash - clasp deploy --deploymentId ${deploymentID} -d for DEV_DEV_YOURNAME + clasp deploy --deploymentId ${deploymentID} -d DEV_YOURNAME ``` 6. **Access the Application**: You can now access the app at `https://script.google.com/a/macros/nyu.edu/s/${deploymentId}/exec`.