diff --git a/README.md b/README.md index ade79e3938..d293030aaf 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ Clients written by awesome enthusiasts: :fire: - [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://github.com/AppsFlyer/unleash-client-clojure) (Clojure) +- [pmb0/nestjs-unleash](https://github.com/pmb0/nestjs-unleash) (NestJS - Node.js) ### The Client API diff --git a/docs/client-sdk.md b/docs/client-sdk.md index af3e6bd352..c6f7c239e2 100644 --- a/docs/client-sdk.md +++ b/docs/client-sdk.md @@ -23,4 +23,5 @@ To use Unleash in your application, you will need an Unleash Client SDK. Unleash - [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://github.com/AppsFlyer/unleash-client-clojure) (Clojure) +- [pmb0/nestjs-unleash](https://github.com/pmb0/nestjs-unleash) (NestJS - Node.js) - _...your implementation for your favorite language._ diff --git a/website/pages/en/index.js b/website/pages/en/index.js index 611962a685..f65d2995c6 100755 --- a/website/pages/en/index.js +++ b/website/pages/en/index.js @@ -167,6 +167,7 @@ const UnleashClient = () => (