From a912c6f6284ab4ddf8b91fd58dab296244e032f3 Mon Sep 17 00:00:00 2001 From: TheMoonThatRises <58153205+TheMoonThatRises@users.noreply.github.com> Date: Mon, 16 Dec 2024 10:23:31 -0700 Subject: [PATCH] update project links --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 80a0aec..91afce5 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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)