From 2399e1ee4602709a39df8fdfaf95beba4711fc3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Mon, 3 Nov 2014 21:45:15 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 09ffeba00b..babb1f54e9 100644 --- a/README.md +++ b/README.md @@ -46,3 +46,8 @@ npm test 4. Run `npm run db-migrate-up`. 5. Generate LB artifact using `scripts/generate-liquibase-artifact` (TODO: make this internal) +## Clients +In order to make use of unleash you will probably need a client implementation. + +Known client implementations: +- [unleash-client-java](https://github.com/finn-no/unleash-client-java)