mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-31 00:16:47 +01:00
Create README.md
This commit is contained in:
parent
8dda2e4b2b
commit
79725aaec5
13
unleash-client-java/README.md
Normal file
13
unleash-client-java/README.md
Normal file
@ -0,0 +1,13 @@
|
||||
# The Unleash Client 4 Java
|
||||
|
||||
# API
|
||||
|
||||
It is really simple to use unleash.
|
||||
|
||||
```java
|
||||
if(unleash.isEnabled("AwesomeFeature")) {
|
||||
//do some magic
|
||||
} else {
|
||||
//do old boring stuff
|
||||
}
|
||||
```
|
Loading…
Reference in New Issue
Block a user