Skip to content

Commit

Permalink
fix error in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMoonThatRises committed Aug 18, 2024
1 parent e0d684b commit c5a94fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c5a94fb

Please sign in to comment.