You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,7 @@ struct Team: Codable {
17
17
let team =tryTOMLDecoder().decode(Team.self, from: tomlData)
18
18
```
19
19
20
-
21
-
Read the documentation to learn more:
22
-
23
-
- for [0.4.2](https://dduan.github.io/TOMLDecoder/0.4.x/documentation/tomldecoder/), the latest release
24
-
- for [the main branch](https://dduan.github.io/TOMLDecoder/main/documentation/tomldecoder/)
20
+
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).
0 commit comments