Skip to content

Commit

Permalink
update project links
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMoonThatRises committed Dec 16, 2024
1 parent 2d03a94 commit a912c6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Checkout this project in action here: [**PortalBook** by TheMoonThatRises](https

## Documentation

Read the documentation here: [https://themoonthatrises.github.io/documentation/studentvue/](https://themoonthatrises.github.io/projects/documentation/studentvue/)
Read the documentation here: [https://plduanm.com/projects/documentation/studentvue/](https://plduanm.com/projects/documentation/studentvue/)

## Installation

```swift
.package(url: "https://github.com/TheMoonThatRises/StudentVue.swift", from: "0.2.0")
.package(url: "https://github.com/TheMoonThatRises/StudentVue.swift", from: "0.3.1")
```

## Basic usage
Expand Down Expand Up @@ -85,5 +85,5 @@ let hash = client.getAccountHash()

## Library Used

- [SWXMLHash](https://github.com/drmohundro/SWXMLHash)
- [SwiftSoup](https://github.com/scinfu/SwiftSoup)
1. [SWXMLHash](https://github.com/drmohundro/SWXMLHash) - Simple XML parsing in Swift
1. [SwiftSoup](https://github.com/scinfu/SwiftSoup) - SwiftSoup: Pure Swift HTML Parser, with best of DOM, CSS, and jquery (Supports Linux, iOS, Mac, tvOS, watchOS)

0 comments on commit a912c6f

Please sign in to comment.