1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

Update README.md

This commit is contained in:
Ivar Conradi Østhus 2014-11-03 21:45:15 +01:00
parent f4906700d7
commit 2399e1ee46

View File

@ -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)