From ff261047df761c65fd551ef867efd8b9da69d344 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Tue, 5 Dec 2017 08:49:53 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a60e4d059f..4d6006cb38 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,9 @@ Clients written by awesome enthusiasts: - [onybo/unleash-client-core](https://github.com/onybo/unleash-client-core) (.Net Core) - [aes/unleash-client-python](https://github.com/aes/unleash-client-python) (Python 3) +### The Client API + +The client SDKs provides a simple abstraction making it easy to check feature toggles in your application. The code snippet below shows how you would use `Unleash` in Java. ```java if (unleash.isEnabled("AwesomeFeature")) {