Skip to content

Commit ea2f7da

Browse files
elucidsoftclaude
andcommitted
docs: add Other SDKs section and fix branding casing
- Add .NET C# and Python SDK links to Other SDKs section - Fix "CloudLayer.io" to "cloudlayer.io" (lowercase branding) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8665d75 commit ea2f7da

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @cloudlayerio/sdk
22

3-
Official TypeScript/JavaScript SDK for the [CloudLayer.io](https://cloudlayer.io) document generation API.
3+
Official TypeScript/JavaScript SDK for the [cloudlayer.io](https://cloudlayer.io) document generation API.
44

55
**Convert URLs, HTML, and templates to PDF and images** with a simple, type-safe API.
66

@@ -266,6 +266,11 @@ import type {
266266
} from "@cloudlayerio/sdk";
267267
```
268268

269+
## Other SDKs
270+
271+
- **.NET C#:** [cloudlayerio-dotnet](https://www.nuget.org/packages/cloudlayerio-dotnet/) ([GitHub](https://github.com/cloudlayerio/cloudlayerio-dotnet))
272+
- **Python:** [cloudlayerio](https://pypi.org/project/cloudlayerio/) ([GitHub](https://github.com/cloudlayerio/cloudlayerio-python))
273+
269274
## License
270275

271276
Apache-2.0

0 commit comments

Comments
 (0)