Skip to content

Commit a4d535b

Browse files
docs: adds related packages section (#7)
* docs: adds related packages section * sync the Documentation.md
1 parent e360efe commit a4d535b

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,14 +186,19 @@ do {
186186
}
187187
```
188188

189-
## Donations
189+
## Related Packages
190+
191+
- [swift-llm-chat-anthropic](https://github.com/kevinhermawan/swift-llm-chat-anthropic)
192+
- [swift-llm-chat-openai](https://github.com/kevinhermawan/swift-llm-chat-openai)
193+
194+
## Support
190195

191196
If you find `JSONSchema` helpful and would like to support its development, consider making a donation. Your contribution helps maintain the project and develop new features.
192197

193198
- [GitHub Sponsors](https://github.com/sponsors/kevinhermawan)
194199
- [Buy Me a Coffee](https://buymeacoffee.com/kevinhermawan)
195200

196-
Your support is greatly appreciated!
201+
Your support is greatly appreciated! ❤️
197202

198203
## Contributing
199204

Sources/JSONSchema/Documentation.docc/Documentation.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,3 +156,8 @@ do {
156156
print(String(describing: error))
157157
}
158158
```
159+
160+
## Related Packages
161+
162+
- [swift-llm-chat-anthropic](https://github.com/kevinhermawan/swift-llm-chat-anthropic)
163+
- [swift-llm-chat-openai](https://github.com/kevinhermawan/swift-llm-chat-openai)

0 commit comments

Comments
 (0)