From bf76cab1ccbe2267d793f5c45812adaea3c961a0 Mon Sep 17 00:00:00 2001 From: Justin Lee Date: Wed, 16 Oct 2024 15:02:04 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a38a7e1..2a9e0e7 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ These instructions will get you a copy of the script up and running on your loca ### What to do from here -Try running some other scripts from [Capico](https://github.com/ubccapico). [This script](https://github.com/ubccapico/canvas-discussion), for example, allows you to download all of the Canvas discussions from your course. +Try running some other scripts. [This script](https://github.com/ubccapico/canvas-discussion), for example, allows you to download all of the Canvas discussions from your course. You can also write your own code and run it! Be mindful that the API is running on the production Canvas instance - if you want to run against the Beta or Test instance, change the URL in `.env` to `https://ubc.test.instructure.com/api/v1` or `http://ubc.beta.instructure.com/api/v1` and regenerate your token(s) from the Beta/Test site. *Students do not have access to Beta or Test, sorry!*