From 73fadc2d2f3572685010f65b4cb3238e545cd793 Mon Sep 17 00:00:00 2001 From: Christopher Kolstad Date: Wed, 24 Feb 2021 10:55:12 +0100 Subject: [PATCH] Update docs/user_guide/connect-sdk.md --- docs/user_guide/connect-sdk.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user_guide/connect-sdk.md b/docs/user_guide/connect-sdk.md index b02379667b..d90179f78f 100644 --- a/docs/user_guide/connect-sdk.md +++ b/docs/user_guide/connect-sdk.md @@ -81,7 +81,7 @@ func init() { Read more at [github.com/Unleash/unleash-client-go](https://github.com/Unleash/unleash-client-go) ## Ruby SDK -```java +```ruby require 'unleash' @@ -127,4 +127,4 @@ Read more at [github.com/Unleash/unleash-client-python](https://github.com/Unlea var unleash = new DefaultUnleash(settings); ``` -Read more at [https://github.com/Unleash/unleash-client-dotnet](https://github.com/Unleash/unleash-client-dotnet) \ No newline at end of file +Read more at [https://github.com/Unleash/unleash-client-dotnet](https://github.com/Unleash/unleash-client-dotnet)