From 1750583808a07a64a7e9bf24026aaf374652f2cd Mon Sep 17 00:00:00 2001 From: Daniel Duan Date: Thu, 25 Dec 2025 23:01:45 -0800 Subject: [PATCH 1/2] Update README --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index b7a0cd6..ff2dc5a 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,7 @@ struct Team: Codable { let team = try TOMLDecoder().decode(Team.self, from: tomlData) ``` - -Read the documentation to learn more: - -- for [0.4.2](https://dduan.github.io/TOMLDecoder/0.4.x/documentation/tomldecoder/), the latest release -- for [the main branch](https://dduan.github.io/TOMLDecoder/main/documentation/tomldecoder/) +Read [documentation](https://dduan.github.io/TOMLDecoder/0.4.x/documentation/tomldecoder/) to [get started](https://dduan.github.io/TOMLDecoder/0.4.x/documentation/tomldecoder/gettingstarted) ## License From a790d41d4ee524c7f40eb7352c952124d987719a Mon Sep 17 00:00:00 2001 From: Daniel Duan Date: Thu, 25 Dec 2025 23:03:13 -0800 Subject: [PATCH 2/2] Fix grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff2dc5a..9fb149a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ struct Team: Codable { let team = try TOMLDecoder().decode(Team.self, from: tomlData) ``` -Read [documentation](https://dduan.github.io/TOMLDecoder/0.4.x/documentation/tomldecoder/) to [get started](https://dduan.github.io/TOMLDecoder/0.4.x/documentation/tomldecoder/gettingstarted) +Read the [documentation](https://dduan.github.io/TOMLDecoder/0.4.x/documentation/tomldecoder/) to [get started](https://dduan.github.io/TOMLDecoder/0.4.x/documentation/tomldecoder/gettingstarted). ## License