mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-28 00:06:53 +01:00
Create README.md
This commit is contained in:
parent
cce3d0b5f2
commit
9d334b231b
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