From bed48a696b5c307790e0ca69ff3705047f70c6c9 Mon Sep 17 00:00:00 2001 From: Ulysse Carion Date: Thu, 21 Nov 2024 09:09:38 -0800 Subject: [PATCH] Add links to SDKs in README --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 006062a..e300fb6 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,13 @@ This repo contains the source material for ssoready.com/docs. It also contains the internal API definitions and metadata that are used to generate the SSOReady SDKs: -* https://github.com/ssoready/ssoready-typescript -* https://github.com/ssoready/ssoready-python +- https://github.com/ssoready/ssoready-typescript +- https://github.com/ssoready/ssoready-python +- https://github.com/ssoready/ssoready-go +- https://github.com/ssoready/ssoready-csharp +- https://github.com/ssoready/ssoready-ruby +- https://github.com/ssoready/ssoready-php PRs are welcome! -We use a third-party service called [Fern](https://buildwithfern.com) for our documentation. If you would like to contribute, you will likely find [Fern's own docs](https://buildwithfern.com/learn/home) very helpful. +We use a third-party service called [Fern](https://buildwithfern.com) for our documentation. If you would like to contribute, you will likely find [Fern's own docs](https://buildwithfern.com/learn/home) very helpful.