From 666237254cd95387baf50eb2553dc5244b18089e Mon Sep 17 00:00:00 2001 From: avirogalsky Date: Wed, 11 Nov 2020 10:28:06 +0200 Subject: [PATCH] chore(docs): Add clojure client library reference (#647) --- docs/client-sdk.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/client-sdk.md b/docs/client-sdk.md index 67ff080021..faea3c2049 100644 --- a/docs/client-sdk.md +++ b/docs/client-sdk.md @@ -22,4 +22,5 @@ To use Unleash in your application, you will need an Unleash Client SDK. Unleash - [minds/unleash-client-php](https://gitlab.com/minds/unleash-client-php) (PHP) - [afontaine/unleash_ex](https://gitlab.com/afontaine/unleash_ex) (Elixir) - [mikefrancis/laravel-unleash](https://github.com/mikefrancis/laravel-unleash) (Laravel - PHP) +- [AppsFlyer/clojure-unleash](https://https://github.com/AppsFlyer/unleash-client-clojure) (Clojure) - _...your implementation for your favorite language._