From c5a94fb0c262bb3fe755f1ac9fda530e257f2250 Mon Sep 17 00:00:00 2001 From: TheMoonThatRises <58153205+TheMoonThatRises@users.noreply.github.com> Date: Sun, 18 Aug 2024 01:26:00 -0600 Subject: [PATCH] fix error in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3797a9d..f26c604 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ try await client.scraper.logout() // Log out of StudentVue. Returns boolean indi You can use the built-in scraper parser to parse specific endpoints. These structs are in the `StudentVueScraper` class and has the `html` parameter for html to parse. Some will include `client` which is of class `StudentVueScraper` which may be used to access additional helper pieces of information. Some endpoints will have built-in class structures ```swift -try await client.getCourseHistory() // Returns course history +try await client.scraper.getCourseHistory() // Returns course history ``` ## Library Used