Skip to content

Commit ffef514

Browse files
authored
Update README (#278)
* Update README * Fix grammar
1 parent 0256566 commit ffef514

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@ struct Team: Codable {
1717
let team = try TOMLDecoder().decode(Team.self, from: tomlData)
1818
```
1919

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).
2521

2622
## License
2723

0 commit comments

Comments
 (0)