Skip to content

Commit

Permalink
chore(docs): Add NestJS client library reference
Browse files Browse the repository at this point in the history
  • Loading branch information
pmb0 authored and ivarconr committed Dec 24, 2020
1 parent e279a70 commit 14ee8fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions docs/client-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -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._
1 change: 1 addition & 0 deletions website/pages/en/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ const UnleashClient = () => (
<li><MarkdownBlock>[afontaine/unleash_ex](https://gitlab.com/afontaine/unleash_ex) (Elixir)</MarkdownBlock></li>
<li><MarkdownBlock>[mikefrancis/laravel-unleash](https://github.com/mikefrancis/laravel-unleash) (Laravel - PHP)</MarkdownBlock></li>
<li><MarkdownBlock>[AppsFlyer/clojure-unleash](https://github.com/AppsFlyer/unleash-client-clojure) (Clojure)</MarkdownBlock></li>
<li><MarkdownBlock>[pmb0/nestjs-unleash](https://github.com/pmb0/nestjs-unleash) (NestJS - Node.js)</MarkdownBlock></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 14ee8fc

Please sign in to comment.