From d3546a8ff30a25de35f5b32ad0ec6736e5ae8fff Mon Sep 17 00:00:00 2001 From: Sid Stamm Date: Mon, 17 Jun 2024 09:47:46 -0400 Subject: [PATCH] add info about kyle's prev/next impl to readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f5fb8d2..faa7191 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,9 @@ When installed, this extension modifies the schedule lookup page to have a prett * If viewing only one section, a link to view all sections is available * A link to view the class meeting schedule (for one or many sections) is available +### When viewing an individual's schedule +* Previous and Next quarter links available to quickly see the individual's adjacent term schedule. + ### On the "ad-hoc group schedules" page @@ -67,4 +70,4 @@ Once a profile is created, use web-ext to run it: web-ext run --keep-profile-changes --firefox-profile= ``` -Or you can use the VS Code "Debugger for Firefox" extension and the `.vscode/launch.json` file provided in this repo. \ No newline at end of file +Or you can use the VS Code "Debugger for Firefox" extension and the `.vscode/launch.json` file provided in this repo.